#CABBC2

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

Shades of Maverick #CABBC2

Tints of Maverick #CABBC2

Color information

#CABBC2 (or 0xCABBC2) is unknown color: approx Maverick. HEX triplet: CA, BB and C2. RGB value is (202,187,194). Sum of RGB (Red+Green+Blue) = 202+187+194=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC2 is #35443D. Grayscale: #C0C0C0. Windows color (decimal): -3490878 or 12762058. OLE color: 12762058.

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

Color convert

RGB202187194-
CMYK00.070.040.21
HSL332º12.4%76.27%-
HSV(B)332º7.43%79.22%-
XYZ51.8751.9958.34-
YUV192.28128.97134.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=34.65%
G=32.08%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218719400.070.040.2133212.476.27
HexCABBC20741514cc4c
Octal3122733020742551414114
Binary11001010101110111100001001111001010110100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC2; }

 p { color: rgb(202,187,194); }

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

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

 a { background-color: rgb(202,187,194); }

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

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

 span { border-color: rgb(202,187,194); }

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