#CABEC7

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

Shades of Maverick #CABEC7

Tints of Maverick #CABEC7

Color information

#CABEC7 (or 0xCABEC7) is unknown color: approx Maverick. HEX triplet: CA, BE and C7. RGB value is (202,190,199). Sum of RGB (Red+Green+Blue) = 202+190+199=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC7 is #354138. Grayscale: #C2C2C2. Windows color (decimal): -3490105 or 13090506. OLE color: 13090506.

HSL color Cylindrical-coordinate representation of color #CABEC7: hue angle of 315º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEC7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202190199-
CMYK00.060.010.21
HSL315º10.17%76.86%-
HSV(B)315º5.94%79.22%-
XYZ53.0853.5161.56-
YUV194.61130.48133.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=34.18%
G=32.15%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219019900.060.010.2131510.1776.86
HexCABEC70611513ba4d
Octal3122763070612547312115
Binary110010101011111011000111011011010110011101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEC7; }

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

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

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

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

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

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

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

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