#CABCC3

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

Shades of Maverick #CABCC3

Tints of Maverick #CABCC3

Color information

#CABCC3 (or 0xCABCC3) is unknown color: approx Maverick. HEX triplet: CA, BC and C3. RGB value is (202,188,195). Sum of RGB (Red+Green+Blue) = 202+188+195=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC3 is #35433C. Grayscale: #C0C0C0. Windows color (decimal): -3490621 or 12827850. OLE color: 12827850.

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

Color convert

RGB202188195-
CMYK00.070.030.21
HSL330º11.67%76.47%-
HSV(B)330º6.93%79.22%-
XYZ52.1952.4659.01-
YUV192.98129.14134.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 195 (76.56% from 255) = 33.33%
R=34.53%
G=32.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218819500.070.030.2133011.6776.47
HexCABCC30731514ac4c
Octal3122743030732551214114
Binary1100101010111100110000110111111010110100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC3; }

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

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

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

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

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

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

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

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