#CEB283

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

Shades of Calico #CEB283

Tints of Calico #CEB283

Color information

#CEB283 (or 0xCEB283) is unknown color: approx Calico. HEX triplet: CE, B2 and 83. RGB value is (206,178,131). Sum of RGB (Red+Green+Blue) = 206+178+131=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB283 is #314D7C. Grayscale: #B5B5B5. Windows color (decimal): -3231101 or 8630990. OLE color: 8630990.

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

Color convert

RGB206178131-
CMYK00.140.360.19
HSL37.6º43.35%66.08%-
HSV(B)37.6º36.41%80.78%-
XYZ45.4746.628.07-
YUV181.0199.78145.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=40%
G=34.56%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617813100.140.360.1937.643.3566.08
HexCEB2830E2413262b42
Octal31626220301644234653102
Binary11001110101100101000001101110100100100111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB283; }

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

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

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

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

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

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

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

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