#CEB085

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

Shades of Calico #CEB085

Tints of Calico #CEB085

Color information

#CEB085 (or 0xCEB085) is unknown color: approx Calico. HEX triplet: CE, B0 and 85. RGB value is (206,176,133). Sum of RGB (Red+Green+Blue) = 206+176+133=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB085 is #314F7A. Grayscale: #B4B4B4. Windows color (decimal): -3231611 or 8761550. OLE color: 8761550.

HSL color Cylindrical-coordinate representation of color #CEB085: hue angle of 35.34º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEB085 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206176133-
CMYK00.150.350.19
HSL35.34º42.69%66.47%-
HSV(B)35.34º35.44%80.78%-
XYZ45.2145.8728.66-
YUV180.07101.44146.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=40%
G=34.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617613300.150.350.1935.3442.6966.47
HexCEB0850F2313232b42
Octal31626020501743234353102
Binary11001110101100001000010101111100011100111000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB085; }

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

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

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

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

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

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

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

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