#CEB4C1

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

Shades of Maverick #CEB4C1

Tints of Maverick #CEB4C1

Color information

#CEB4C1 (or 0xCEB4C1) is unknown color: approx Maverick. HEX triplet: CE, B4 and C1. RGB value is (206,180,193). Sum of RGB (Red+Green+Blue) = 206+180+193=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4C1 is #314B3E. Grayscale: #BDBDBD. Windows color (decimal): -3230527 or 12694734. OLE color: 12694734.

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

Color convert

RGB206180193-
CMYK00.130.060.19
HSL330º20.97%75.69%-
HSV(B)330º12.62%80.78%-
XYZ51.449.6157.32-
YUV189.26130.11139.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=35.58%
G=31.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618019300.130.060.1933020.9775.69
HexCEB4C10D61314a154c
Octal31626430101562351225114
Binary1100111010110100110000010110111010011101001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4C1; }

 p { color: rgb(206,180,193); }

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

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

 a { background-color: rgb(206,180,193); }

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

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

 span { border-color: rgb(206,180,193); }

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