#CABAC6

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

Shades of Maverick #CABAC6

Tints of Maverick #CABAC6

Color information

#CABAC6 (or 0xCABAC6) is unknown color: approx Maverick. HEX triplet: CA, BA and C6. RGB value is (202,186,198). Sum of RGB (Red+Green+Blue) = 202+186+198=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC6 is #354539. Grayscale: #C0C0C0. Windows color (decimal): -3491130 or 13023946. OLE color: 13023946.

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

Color convert

RGB202186198-
CMYK00.080.020.21
HSL315º13.11%76.08%-
HSV(B)315º7.92%79.22%-
XYZ52.1151.7560.67-
YUV192.15131.3135.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=34.47%
G=31.74%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619800.080.020.2131513.1176.08
HexCABAC60821513bd4c
Octal31227230601022547315114
Binary11001010101110101100011001000101010110011101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAC6; }

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

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

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

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

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

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

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

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