#CEB7CA

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

Shades of Maverick #CEB7CA

Tints of Maverick #CEB7CA

Color information

#CEB7CA (or 0xCEB7CA) is unknown color: approx Maverick. HEX triplet: CE, B7 and CA. RGB value is (206,183,202). Sum of RGB (Red+Green+Blue) = 206+183+202=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7CA is #314835. Grayscale: #BFBFBF. Windows color (decimal): -3229750 or 13285326. OLE color: 13285326.

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

Color convert

RGB206183202-
CMYK00.110.020.19
HSL310.43º19.01%76.27%-
HSV(B)310.43º11.17%80.78%-
XYZ53.0551.2562.97-
YUV192.04133.62137.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=34.86%
G=30.96%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618320200.110.020.19310.4319.0176.27
HexCEB7CA0B213136134c
Octal31626731201322346623114
Binary110011101011011111001010010111010011100110110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7CA; }

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

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

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

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

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

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

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

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