#CAACBC

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

Shades of Maverick #CAACBC

Tints of Maverick #CAACBC

Color information

#CAACBC (or 0xCAACBC) is unknown color: approx Maverick. HEX triplet: CA, AC and BC. RGB value is (202,172,188). Sum of RGB (Red+Green+Blue) = 202+172+188=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBC is #355343. Grayscale: #B6B6B6. Windows color (decimal): -3494724 or 12365002. OLE color: 12365002.

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

Color convert

RGB202172188-
CMYK00.150.070.21
HSL328º22.06%73.33%-
HSV(B)328º14.85%79.22%-
XYZ48.1945.6953.86-
YUV182.79130.94141.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=35.94%
G=30.60%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218800.150.070.2132822.0673.33
HexCAACBC0F7151481649
Octal31225427401772551026111
Binary1100101010101100101111000111111110101101001000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBC; }

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

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

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

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

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

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

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

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