#CEB37F

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

Shades of Calico #CEB37F

Tints of Calico #CEB37F

Color information

#CEB37F (or 0xCEB37F) is unknown color: approx Calico. HEX triplet: CE, B3 and 7F. RGB value is (206,179,127). Sum of RGB (Red+Green+Blue) = 206+179+127=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB37F is #314C80. Grayscale: #B5B5B5. Windows color (decimal): -3230849 or 8369102. OLE color: 8369102.

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

Color convert

RGB206179127-
CMYK00.130.380.19
HSL39.49º44.63%65.29%-
HSV(B)39.49º38.35%80.78%-
XYZ45.446.8926.74-
YUV181.1497.45145.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 127 (50% from 255) = 24.80%
R=40.23%
G=34.96%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617912700.130.380.1939.4944.6365.29
HexCEB37F0D2613272d41
Octal31626317701546234755101
Binary1100111010110011111111101101100110100111001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB37F; }

 p { color: rgb(206,179,127); }

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

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

 a { background-color: rgb(206,179,127); }

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

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

 span { border-color: rgb(206,179,127); }

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