#CAACBF

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

Shades of Maverick #CAACBF

Tints of Maverick #CAACBF

Color information

#CAACBF (or 0xCAACBF) is unknown color: approx Maverick. HEX triplet: CA, AC and BF. RGB value is (202,172,191). Sum of RGB (Red+Green+Blue) = 202+172+191=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBF is #355340. Grayscale: #B7B7B7. Windows color (decimal): -3494721 or 12561610. OLE color: 12561610.

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

Color convert

RGB202172191-
CMYK00.150.050.21
HSL322º22.06%73.33%-
HSV(B)322º14.85%79.22%-
XYZ48.5145.8255.58-
YUV183.14132.44141.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 191 (75% from 255) = 33.81%
R=35.75%
G=30.44%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217219100.150.050.2132222.0673.33
HexCAACBF0F5151421649
Octal31225427701752550226111
Binary1100101010101100101111110111110110101101000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBF; }

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

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

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

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

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

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

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

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