#CEB7C7

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

Shades of Maverick #CEB7C7

Tints of Maverick #CEB7C7

Color information

#CEB7C7 (or 0xCEB7C7) is unknown color: approx Maverick. HEX triplet: CE, B7 and C7. RGB value is (206,183,199). Sum of RGB (Red+Green+Blue) = 206+183+199=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C7 is #314838. Grayscale: #BFBFBF. Windows color (decimal): -3229753 or 13088718. OLE color: 13088718.

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

Color convert

RGB206183199-
CMYK00.110.030.19
HSL318.26º19.01%76.27%-
HSV(B)318.26º11.17%80.78%-
XYZ52.751.1161.12-
YUV191.7132.12138.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=35.03%
G=31.12%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618319900.110.030.19318.2619.0176.27
HexCEB7C70B31313e134c
Octal31626730701332347623114
Binary110011101011011111000111010111110011100111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7C7; }

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

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

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

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

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

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

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

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