#CEB083

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

Shades of Calico #CEB083

Tints of Calico #CEB083

Color information

#CEB083 (or 0xCEB083) is unknown color: approx Calico. HEX triplet: CE, B0 and 83. RGB value is (206,176,131). Sum of RGB (Red+Green+Blue) = 206+176+131=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB083 is #314F7C. Grayscale: #B4B4B4. Windows color (decimal): -3231613 or 8630478. OLE color: 8630478.

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

Color convert

RGB206176131-
CMYK00.150.360.19
HSL36º43.35%66.08%-
HSV(B)36º36.41%80.78%-
XYZ45.0845.8127.94-
YUV179.84100.44146.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=40.16%
G=34.31%
B=25.54%

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
Decimal20617613100.150.360.193643.3566.08
HexCEB0830F2413242b42
Octal31626020301744234453102
Binary11001110101100001000001101111100100100111001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB083; }

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

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

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

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

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

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

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

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