#C4AFB9

Color #C4AFB9 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C4AFB9

Tints of Maverick #C4AFB9

Color information

#C4AFB9 (or 0xC4AFB9) is unknown color: approx Maverick. HEX triplet: C4, AF and B9. RGB value is (196,175,185). Sum of RGB (Red+Green+Blue) = 196+175+185=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFB9 is #3B5046. Grayscale: #B6B6B6. Windows color (decimal): -3887175 or 12169156. OLE color: 12169156.

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

Color convert

RGB196175185-
CMYK00.110.060.23
HSL331.43º15.11%72.75%-
HSV(B)331.43º10.71%76.86%-
XYZ46.8545.952.29-
YUV182.42129.46137.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=35.25%
G=31.47%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617518500.110.060.23331.4315.1172.75
HexC4AFB90B61714bf49
Octal30425727101362751317111
Binary110001001010111110111001010111101011110100101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFB9; }

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

 H1.HeaderClassName
 {
   color: #C4AFB9;
 }
 .AnyTagClassName
 {
   color: #C4AFB9;
 }
</style>
background-color css

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

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

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

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

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

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