#CEB6C9

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

Shades of Maverick #CEB6C9

Tints of Maverick #CEB6C9

Color information

#CEB6C9 (or 0xCEB6C9) is unknown color: approx Maverick. HEX triplet: CE, B6 and C9. RGB value is (206,182,201). Sum of RGB (Red+Green+Blue) = 206+182+201=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C9 is #314936. Grayscale: #BFBFBF. Windows color (decimal): -3230007 or 13219534. OLE color: 13219534.

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

Color convert

RGB206182201-
CMYK00.120.020.19
HSL312.5º19.67%76.08%-
HSV(B)312.5º11.65%80.78%-
XYZ52.7250.7962.28-
YUV191.34133.45138.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=34.97%
G=30.90%
B=34.13%

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
Decimal20618220100.120.020.19312.519.6776.08
HexCEB6C90C213138144c
Octal31626631101422347024114
Binary110011101011011011001001011001010011100111000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6C9; }

 p { color: rgb(206,182,201); }

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

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

 a { background-color: rgb(206,182,201); }

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

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

 span { border-color: rgb(206,182,201); }

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