#CAAFBD

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

Shades of Maverick #CAAFBD

Tints of Maverick #CAAFBD

Color information

#CAAFBD (or 0xCAAFBD) is unknown color: approx Maverick. HEX triplet: CA, AF and BD. RGB value is (202,175,189). Sum of RGB (Red+Green+Blue) = 202+175+189=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFBD is #355042. Grayscale: #B8B8B8. Windows color (decimal): -3493955 or 12431306. OLE color: 12431306.

HSL color Cylindrical-coordinate representation of color #CAAFBD: hue angle of 328.89º 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 #CAAFBD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202175189-
CMYK00.130.060.21
HSL328.89º20.3%73.92%-
HSV(B)328.89º13.37%79.22%-
XYZ48.8746.8954.62-
YUV184.67130.45140.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=35.69%
G=30.92%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518900.130.060.21328.8920.373.92
HexCAAFBD0D615149144a
Octal31225727501562551124112
Binary1100101010101111101111010110111010101101001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFBD; }

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

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

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

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

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

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

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

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