#CABCC6

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

Shades of Maverick #CABCC6

Tints of Maverick #CABCC6

Color information

#CABCC6 (or 0xCABCC6) is unknown color: approx Maverick. HEX triplet: CA, BC and C6. RGB value is (202,188,198). Sum of RGB (Red+Green+Blue) = 202+188+198=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC6 is #354339. Grayscale: #C1C1C1. Windows color (decimal): -3490618 or 13024458. OLE color: 13024458.

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

Color convert

RGB202188198-
CMYK00.070.020.21
HSL317.14º11.67%76.47%-
HSV(B)317.14º6.93%79.22%-
XYZ52.5352.660.81-
YUV193.33130.64134.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=34.35%
G=31.97%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218819800.070.020.21317.1411.6776.47
HexCABCC60721513dc4c
Octal3122743060722547514114
Binary1100101010111100110001100111101010110011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC6; }

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

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

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

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

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

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

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

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