#ceb084

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

Shades of Calico #CEB084

Tints of Calico #CEB084

Color information

#CEB084 (or 0xCEB084) is unknown color: approx Calico. HEX triplet: CE, B0 and 84. RGB value is (206,176,132). Sum of RGB (Red+Green+Blue) = 206+176+132=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB084 is #314F7B. Grayscale: #B4B4B4. Windows color (decimal): -3231612 or 8696014. OLE color: 8696014.

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

Color convert

RGB206176132-
CMYK00.150.360.19
HSL35.68º43.02%66.27%-
HSV(B)35.68º35.92%80.78%-
XYZ45.1445.8428.3-
YUV179.95100.94146.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=40.08%
G=34.24%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617613200.150.360.1935.6843.0266.27
HexCEB0840F2413242b42
Octal31626020401744234453102
Binary11001110101100001000010001111100100100111001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb084; }

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

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

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

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

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

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

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

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