#CEB184

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

Shades of Calico #CEB184

Tints of Calico #CEB184

Color information

#CEB184 (or 0xCEB184) is unknown color: approx Calico. HEX triplet: CE, B1 and 84. RGB value is (206,177,132). Sum of RGB (Red+Green+Blue) = 206+177+132=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB184 is #314E7B. Grayscale: #B4B4B4. Windows color (decimal): -3231356 or 8696270. OLE color: 8696270.

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

Color convert

RGB206177132-
CMYK00.140.360.19
HSL36.49º43.02%66.27%-
HSV(B)36.49º35.92%80.78%-
XYZ45.3446.2328.36-
YUV180.54100.61146.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=40%
G=34.37%
B=25.63%

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
Decimal20617713200.140.360.1936.4943.0266.27
HexCEB1840E2413242b42
Octal31626120401644234453102
Binary11001110101100011000010001110100100100111001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB184; }

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

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

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

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

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

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

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

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