Html Css Color HEX #C7A9BD Maverick

📋 copy color: '#C7A9BD'

red 199 ◦ green 169 ◦ blue 189

#C7A9BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C7A9BD

Tints of Maverick #C7A9BD

RGB

 RED value IS 199 (78.13% from 255) = 35.73%

 GREEN value IS 169 (66.41% from 255) = 30.34%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 35.73%
G = 30.34%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C7A9BD (or 0xC7A9BD) is known color: Maverick. HEX triplet: C7, A9 and BD. RGB value is (199,169,189). Sum of RGB (Red+Green+Blue) = 199+169+189=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9BD is #385642. Grayscale: #B4B4B4. Windows color (decimal): -3692099 or 12429767. OLE color: 12429767.

HSL color Cylindrical-coordinate representation of color #C7A9BD: hue angle of 320º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9BD is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 189 -
CMYK 0 0.15 0.05 0.22
HSL 320º 0.21% 0.72% -
HSV(B) 320º 0.15% 0.78% -
XYZ 46.93 44.19 54.2 -
YUV 180.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 199 169 189 0 0.15 0.05 0.22 320 0.21 0.72
Hex C7 A9 BD 0 F 5 16 140 15 48
Octal 307 251 275 0 17 5 26 500 25 110
Binary 11000111 10101001 10111101 0 1111 101 10110 101000000 10101 1001000

Color Harmonies of #C7A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9BD

Black with #C7A9BD

Text Example


Text Example

White with #C7A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9BD; }

 p { color: rgb(199,169,189); }

 H1.HeaderClassName
 {
   color: #C7A9BD;
 }
 .AnyTagClassName
 {
   color: #C7A9BD;
 }
</style>

background-color css

<style>
 a { background-color: #C7A9BD; }

 a { background-color: rgb(199,169,189); }

 div.DivClassName
 {
   background-color: #C7A9BD;
 }
 .BgClassName
 {
   background-color: #C7A9BD;
 }
</style>

border-color css

<style>
 span { border-color: #C7A9BD; }

 span { border-color: rgb(199,169,189); }

 td.TdClassName
 {
   border-color: #C7A9BD;
 }
 .TagClassName
 {
   border-color: #C7A9BD;
 }
</style>