#CAACBD

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

Shades of Maverick #CAACBD

Tints of Maverick #CAACBD

Color information

#CAACBD (or 0xCAACBD) is unknown color: approx Maverick. HEX triplet: CA, AC and BD. RGB value is (202,172,189). Sum of RGB (Red+Green+Blue) = 202+172+189=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBD is #355342. Grayscale: #B6B6B6. Windows color (decimal): -3494723 or 12430538. OLE color: 12430538.

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

Color convert

RGB202172189-
CMYK00.150.060.21
HSL326º22.06%73.33%-
HSV(B)326º14.85%79.22%-
XYZ48.2945.7454.43-
YUV182.91131.44141.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=35.88%
G=30.55%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218900.150.060.2132622.0673.33
HexCAACBD0F6151461649
Octal31225427501762550626111
Binary1100101010101100101111010111111010101101000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBD; }

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

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

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

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

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

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

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

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