#CEB180

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

Shades of Calico #CEB180

Tints of Calico #CEB180

Color information

#CEB180 (or 0xCEB180) is unknown color: approx Calico. HEX triplet: CE, B1 and 80. RGB value is (206,177,128). Sum of RGB (Red+Green+Blue) = 206+177+128=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB180 is #314E7F. Grayscale: #B4B4B4. Windows color (decimal): -3231360 or 8434126. OLE color: 8434126.

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

Color convert

RGB206177128-
CMYK00.140.380.19
HSL37.69º44.32%65.49%-
HSV(B)37.69º37.86%80.78%-
XYZ45.0746.1226.95-
YUV180.0898.61146.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=40.31%
G=34.64%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617712800.140.380.1937.6944.3265.49
HexCEB1800E2613262c41
Octal31626120001646234654101
Binary11001110101100011000000001110100110100111001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB180; }

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

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

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

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

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

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

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

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