#CEB183

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

Shades of Calico #CEB183

Tints of Calico #CEB183

Color information

#CEB183 (or 0xCEB183) is unknown color: approx Calico. HEX triplet: CE, B1 and 83. RGB value is (206,177,131). Sum of RGB (Red+Green+Blue) = 206+177+131=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB183 is #314E7C. Grayscale: #B4B4B4. Windows color (decimal): -3231357 or 8630734. OLE color: 8630734.

HSL color Cylindrical-coordinate representation of color #CEB183: hue angle of 36.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEB183 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB206177131-
CMYK00.140.360.19
HSL36.8º43.35%66.08%-
HSV(B)36.8º36.41%80.78%-
XYZ45.2746.228.01-
YUV180.43100.11146.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=40.08%
G=34.44%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617713100.140.360.1936.843.3566.08
HexCEB1830E2413252b42
Octal31626120301644234553102
Binary11001110101100011000001101110100100100111001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB183; }

 p { color: rgb(206,177,131); }

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

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

 a { background-color: rgb(206,177,131); }

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

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

 span { border-color: rgb(206,177,131); }

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