#CEC0CA

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

Shades of Maverick #CEC0CA

Tints of Maverick #CEC0CA

Color information

#CEC0CA (or 0xCEC0CA) is unknown color: approx Maverick. HEX triplet: CE, C0 and CA. RGB value is (206,192,202). Sum of RGB (Red+Green+Blue) = 206+192+202=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CA is #313F35. Grayscale: #C5C5C5. Windows color (decimal): -3227446 or 13287630. OLE color: 13287630.

HSL color Cylindrical-coordinate representation of color #CEC0CA: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0CA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206192202-
CMYK00.070.020.19
HSL317.14º12.5%78.04%-
HSV(B)317.14º6.8%80.78%-
XYZ54.9655.0963.61-
YUV197.33130.64134.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=34.33%
G=32%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619220200.070.020.19317.1412.578.04
HexCEC0CA0721313dc4e
Octal3163003120722347514116
Binary1100111011000000110010100111101001110011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0CA; }

 p { color: rgb(206,192,202); }

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

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

 a { background-color: rgb(206,192,202); }

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

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

 span { border-color: rgb(206,192,202); }

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