#CEB181

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

Shades of Calico #CEB181

Tints of Calico #CEB181

Color information

#CEB181 (or 0xCEB181) is unknown color: approx Calico. HEX triplet: CE, B1 and 81. RGB value is (206,177,129). Sum of RGB (Red+Green+Blue) = 206+177+129=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB181 is #314E7E. Grayscale: #B4B4B4. Windows color (decimal): -3231359 or 8499662. OLE color: 8499662.

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

Color convert

RGB206177129-
CMYK00.140.370.19
HSL37.4º44%65.69%-
HSV(B)37.4º37.38%80.78%-
XYZ45.1446.1527.3-
YUV180.299.11146.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=40.23%
G=34.57%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617712900.140.370.1937.44465.69
HexCEB1810E2513252c42
Octal31626120101645234554102
Binary11001110101100011000000101110100101100111001011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB181; }

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

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

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

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

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

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

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

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