#CEB5C2

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

Shades of Maverick #CEB5C2

Tints of Maverick #CEB5C2

Color information

#CEB5C2 (or 0xCEB5C2) is unknown color: approx Maverick. HEX triplet: CE, B5 and C2. RGB value is (206,181,194). Sum of RGB (Red+Green+Blue) = 206+181+194=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C2 is #314A3D. Grayscale: #BDBDBD. Windows color (decimal): -3230270 or 12760526. OLE color: 12760526.

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

Color convert

RGB206181194-
CMYK00.120.060.19
HSL328.8º20.33%75.88%-
HSV(B)328.8º12.14%80.78%-
XYZ51.7250.0657.98-
YUV189.96130.28139.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=35.46%
G=31.15%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618119400.120.060.19328.820.3375.88
HexCEB5C20C613149144c
Octal31626530201462351124114
Binary1100111010110101110000100110011010011101001001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5C2; }

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

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

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

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

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

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

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

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