#CABAC3

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

Shades of Maverick #CABAC3

Tints of Maverick #CABAC3

Color information

#CABAC3 (or 0xCABAC3) is unknown color: approx Maverick. HEX triplet: CA, BA and C3. RGB value is (202,186,195). Sum of RGB (Red+Green+Blue) = 202+186+195=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC3 is #35453C. Grayscale: #BFBFBF. Windows color (decimal): -3491133 or 12827338. OLE color: 12827338.

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

Color convert

RGB202186195-
CMYK00.080.030.21
HSL326.25º13.11%76.08%-
HSV(B)326.25º7.92%79.22%-
XYZ51.7751.6158.86-
YUV191.81129.8135.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=34.65%
G=31.90%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619500.080.030.21326.2513.1176.08
HexCABAC308315146d4c
Octal31227230301032550615114
Binary11001010101110101100001101000111010110100011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAC3; }

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

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

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

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

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

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

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

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