#CEBCCA

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

Shades of Maverick #CEBCCA

Tints of Maverick #CEBCCA

Color information

#CEBCCA (or 0xCEBCCA) is unknown color: approx Maverick. HEX triplet: CE, BC and CA. RGB value is (206,188,202). Sum of RGB (Red+Green+Blue) = 206+188+202=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCA is #314335. Grayscale: #C2C2C2. Windows color (decimal): -3228470 or 13286606. OLE color: 13286606.

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

Color convert

RGB206188202-
CMYK00.090.020.19
HSL313.33º15.52%77.25%-
HSV(B)313.33º8.74%80.78%-
XYZ54.153.3563.32-
YUV194.98131.96135.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=34.56%
G=31.54%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618820200.090.020.19313.3315.5277.25
HexCEBCCA09213139104d
Octal31627431201122347120115
Binary110011101011110011001010010011010011100111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCCA; }

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

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

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

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

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

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

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

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