#CABCC7

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

Shades of Maverick #CABCC7

Tints of Maverick #CABCC7

Color information

#CABCC7 (or 0xCABCC7) is unknown color: approx Maverick. HEX triplet: CA, BC and C7. RGB value is (202,188,199). Sum of RGB (Red+Green+Blue) = 202+188+199=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC7 is #354338. Grayscale: #C1C1C1. Windows color (decimal): -3490617 or 13089994. OLE color: 13089994.

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

Color convert

RGB202188199-
CMYK00.070.010.21
HSL312.86º11.67%76.47%-
HSV(B)312.86º6.93%79.22%-
XYZ52.6552.6561.42-
YUV193.44131.14134.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=34.30%
G=31.92%
B=33.79%

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
Decimal20218819900.070.010.21312.8611.6776.47
HexCABCC707115139c4c
Octal3122743070712547114114
Binary110010101011110011000111011111010110011100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC7; }

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

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

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

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

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

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

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

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