#CEB0C2

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

Shades of Maverick #CEB0C2

Tints of Maverick #CEB0C2

Color information

#CEB0C2 (or 0xCEB0C2) is unknown color: approx Maverick. HEX triplet: CE, B0 and C2. RGB value is (206,176,194). Sum of RGB (Red+Green+Blue) = 206+176+194=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C2 is #314F3D. Grayscale: #BABABA. Windows color (decimal): -3231550 or 12759246. OLE color: 12759246.

HSL color Cylindrical-coordinate representation of color #CEB0C2: hue angle of 324º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0C2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206176194-
CMYK00.150.060.19
HSL324º23.44%74.9%-
HSV(B)324º14.56%80.78%-
XYZ50.7248.0757.64-
YUV187.02131.94141.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 194 (76.17% from 255) = 33.68%
R=35.76%
G=30.56%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617619400.150.060.1932423.4474.9
HexCEB0C20F613144174b
Octal31626030201762350427113
Binary1100111010110000110000100111111010011101000100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0C2; }

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

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

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

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

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

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

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

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