#CABBC7

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

Shades of Maverick #CABBC7

Tints of Maverick #CABBC7

Color information

#CABBC7 (or 0xCABBC7) is unknown color: approx Maverick. HEX triplet: CA, BB and C7. RGB value is (202,187,199). Sum of RGB (Red+Green+Blue) = 202+187+199=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC7 is #354438. Grayscale: #C0C0C0. Windows color (decimal): -3490873 or 13089738. OLE color: 13089738.

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

Color convert

RGB202187199-
CMYK00.070.010.21
HSL312º12.4%76.27%-
HSV(B)312º7.43%79.22%-
XYZ52.4452.2261.35-
YUV192.85131.47134.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=34.35%
G=31.80%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218719900.070.010.2131212.476.27
HexCABBC707115138c4c
Octal3122733070712547014114
Binary110010101011101111000111011111010110011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC7; }

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

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

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

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

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

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

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

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