Html Css Color HEX #C4AAB9 Maverick

📋 copy color: '#C4AAB9'

red 196 ◦ green 170 ◦ blue 185

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

Shades of Maverick #C4AAB9

Tints of Maverick #C4AAB9

RGB

 RED value IS 196 (76.95% from 255) = 35.57%

 GREEN value IS 170 (66.8% from 255) = 30.85%

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 35.57%
G = 30.85%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C4AAB9 (or 0xC4AAB9) is known color: Maverick. HEX triplet: C4, AA and B9. RGB value is (196,170,185). Sum of RGB (Red+Green+Blue) = 196+170+185=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB9 is #3B5546. Grayscale: #B3B3B3. Windows color (decimal): -3888455 or 12167876. OLE color: 12167876.

HSL color Cylindrical-coordinate representation of color #C4AAB9: hue angle of 325.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAB9 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 185 -
CMYK 0 0.13 0.06 0.23
HSL 325.38º 0.18% 0.72% -
HSV(B) 325.38º 0.13% 0.77% -
XYZ 45.9 43.99 51.97 -
YUV 179.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 196 170 185 0 0.13 0.06 0.23 325.38 0.18 0.72
Hex C4 AA B9 0 D 6 17 145 12 48
Octal 304 252 271 0 15 6 27 505 22 110
Binary 11000100 10101010 10111001 0 1101 110 10111 101000101 10010 1001000

Color Harmonies of #C4AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AAB9

Black with #C4AAB9

Text Example


Text Example

White with #C4AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AAB9; }

 p { color: rgb(196,170,185); }

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

background-color css

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

 a { background-color: rgb(196,170,185); }

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

border-color css

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

 span { border-color: rgb(196,170,185); }

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