#CAACBE

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

Shades of Maverick #CAACBE

Tints of Maverick #CAACBE

Color information

#CAACBE (or 0xCAACBE) is unknown color: approx Maverick. HEX triplet: CA, AC and BE. RGB value is (202,172,190). Sum of RGB (Red+Green+Blue) = 202+172+190=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBE is #355341. Grayscale: #B6B6B6. Windows color (decimal): -3494722 or 12496074. OLE color: 12496074.

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

Color convert

RGB202172190-
CMYK00.150.060.21
HSL324º22.06%73.33%-
HSV(B)324º14.85%79.22%-
XYZ48.445.7855-
YUV183.02131.94141.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=35.82%
G=30.50%
B=33.69%

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
Decimal20217219000.150.060.2132422.0673.33
HexCAACBE0F6151441649
Octal31225427601762550426111
Binary1100101010101100101111100111111010101101000100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACBE; }

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

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

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

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

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

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

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

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