#CEB384

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

Shades of Calico #CEB384

Tints of Calico #CEB384

Color information

#CEB384 (or 0xCEB384) is unknown color: approx Calico. HEX triplet: CE, B3 and 84. RGB value is (206,179,132). Sum of RGB (Red+Green+Blue) = 206+179+132=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB384 is #314C7B. Grayscale: #B5B5B5. Windows color (decimal): -3230844 or 8696782. OLE color: 8696782.

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

Color convert

RGB206179132-
CMYK00.130.360.19
HSL38.11º43.02%66.27%-
HSV(B)38.11º35.92%80.78%-
XYZ45.7447.0328.5-
YUV181.7199.95145.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=39.85%
G=34.62%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617913200.130.360.1938.1143.0266.27
HexCEB3840D2413262b42
Octal31626320401544234653102
Binary11001110101100111000010001101100100100111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB384; }

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

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

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

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

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

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

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

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