#CAB2BC

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

Shades of Maverick #CAB2BC

Tints of Maverick #CAB2BC

Color information

#CAB2BC (or 0xCAB2BC) is unknown color: approx Maverick. HEX triplet: CA, B2 and BC. RGB value is (202,178,188). Sum of RGB (Red+Green+Blue) = 202+178+188=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BC is #354D43. Grayscale: #BABABA. Windows color (decimal): -3493188 or 12366538. OLE color: 12366538.

HSL color Cylindrical-coordinate representation of color #CAB2BC: hue angle of 335º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2BC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202178188-
CMYK00.120.070.21
HSL335º18.46%74.51%-
HSV(B)335º11.88%79.22%-
XYZ49.3548.0354.25-
YUV186.32128.95139.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=35.56%
G=31.34%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217818800.120.070.2133518.4674.51
HexCAB2BC0C71514f124b
Octal31226227401472551722113
Binary1100101010110010101111000110011110101101001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2BC; }

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

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

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

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

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

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

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

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