#CEB5C0

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

Shades of Maverick #CEB5C0

Tints of Maverick #CEB5C0

Color information

#CEB5C0 (or 0xCEB5C0) is unknown color: approx Maverick. HEX triplet: CE, B5 and C0. RGB value is (206,181,192). Sum of RGB (Red+Green+Blue) = 206+181+192=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C0 is #314A3F. Grayscale: #BDBDBD. Windows color (decimal): -3230272 or 12629454. OLE color: 12629454.

HSL color Cylindrical-coordinate representation of color #CEB5C0: hue angle of 333.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 #CEB5C0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206181192-
CMYK00.120.070.19
HSL333.6º20.33%75.88%-
HSV(B)333.6º12.14%80.78%-
XYZ51.4949.9856.8-
YUV189.73129.28139.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 181 (71.09% from 255) = 31.26%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=35.58%
G=31.26%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618119200.120.070.19333.620.3375.88
HexCEB5C00C71314e144c
Octal31626530001472351624114
Binary1100111010110101110000000110011110011101001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5C0; }

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

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

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

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

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

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

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

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