#CEB5CA

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

Shades of Maverick #CEB5CA

Tints of Maverick #CEB5CA

Color information

#CEB5CA (or 0xCEB5CA) is unknown color: approx Maverick. HEX triplet: CE, B5 and CA. RGB value is (206,181,202). Sum of RGB (Red+Green+Blue) = 206+181+202=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CA is #314A35. Grayscale: #BEBEBE. Windows color (decimal): -3230262 or 13284814. OLE color: 13284814.

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

Color convert

RGB206181202-
CMYK00.120.020.19
HSL309.6º20.33%75.88%-
HSV(B)309.6º12.14%80.78%-
XYZ52.6450.4362.84-
YUV190.87134.28138.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=34.97%
G=30.73%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618120200.120.020.19309.620.3375.88
HexCEB5CA0C213136144c
Octal31626531201422346624114
Binary110011101011010111001010011001010011100110110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5CA; }

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

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

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

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

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

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

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

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