#CABBC3

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

Shades of Maverick #CABBC3

Tints of Maverick #CABBC3

Color information

#CABBC3 (or 0xCABBC3) is unknown color: approx Maverick. HEX triplet: CA, BB and C3. RGB value is (202,187,195). Sum of RGB (Red+Green+Blue) = 202+187+195=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC3 is #35443C. Grayscale: #C0C0C0. Windows color (decimal): -3490877 or 12827594. OLE color: 12827594.

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

Color convert

RGB202187195-
CMYK00.070.030.21
HSL328º12.4%76.27%-
HSV(B)328º7.43%79.22%-
XYZ51.9852.0458.93-
YUV192.4129.47134.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=34.59%
G=32.02%
B=33.39%

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
Decimal20218719500.070.030.2132812.476.27
HexCABBC307315148c4c
Octal3122733030732551014114
Binary1100101010111011110000110111111010110100100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC3; }

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

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

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

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

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

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

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

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