#CABBC5

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

Shades of Maverick #CABBC5

Tints of Maverick #CABBC5

Color information

#CABBC5 (or 0xCABBC5) is unknown color: approx Maverick. HEX triplet: CA, BB and C5. RGB value is (202,187,197). Sum of RGB (Red+Green+Blue) = 202+187+197=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC5 is #35443A. Grayscale: #C0C0C0. Windows color (decimal): -3490875 or 12958666. OLE color: 12958666.

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

Color convert

RGB202187197-
CMYK00.070.020.21
HSL320º12.4%76.27%-
HSV(B)320º7.43%79.22%-
XYZ52.2152.1360.13-
YUV192.62130.47134.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=34.47%
G=31.91%
B=33.62%

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
Decimal20218719700.070.020.2132012.476.27
HexCABBC507215140c4c
Octal3122733050722550014114
Binary1100101010111011110001010111101010110100000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC5; }

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

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

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

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

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

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

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

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