#CAAFB9

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

Shades of Maverick #CAAFB9

Tints of Maverick #CAAFB9

Color information

#CAAFB9 (or 0xCAAFB9) is unknown color: approx Maverick. HEX triplet: CA, AF and B9. RGB value is (202,175,185). Sum of RGB (Red+Green+Blue) = 202+175+185=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB9 is #355046. Grayscale: #B8B8B8. Windows color (decimal): -3493959 or 12169162. OLE color: 12169162.

HSL color Cylindrical-coordinate representation of color #CAAFB9: hue angle of 337.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFB9 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202175185-
CMYK00.130.080.21
HSL337.78º20.3%73.92%-
HSV(B)337.78º13.37%79.22%-
XYZ48.4446.7252.36-
YUV184.21128.45140.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=35.94%
G=31.14%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518500.130.080.21337.7820.373.92
HexCAAFB90D815152144a
Octal312257271015102552224112
Binary11001010101011111011100101101100010101101010010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB9; }

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

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

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

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

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

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

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

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