#CEB080

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

Shades of Calico #CEB080

Tints of Calico #CEB080

Color information

#CEB080 (or 0xCEB080) is unknown color: approx Calico. HEX triplet: CE, B0 and 80. RGB value is (206,176,128). Sum of RGB (Red+Green+Blue) = 206+176+128=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB080 is #314F7F. Grayscale: #B3B3B3. Windows color (decimal): -3231616 or 8433870. OLE color: 8433870.

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

Color convert

RGB206176128-
CMYK00.150.380.19
HSL36.92º44.32%65.49%-
HSV(B)36.92º37.86%80.78%-
XYZ44.8845.7326.88-
YUV179.598.94146.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=40.39%
G=34.51%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617612800.150.380.1936.9244.3265.49
HexCEB0800F2613252c41
Octal31626020001746234554101
Binary11001110101100001000000001111100110100111001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB080; }

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

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

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

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

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

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

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

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