#CDB086

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

Shades of Calico #CDB086

Tints of Calico #CDB086

Color information

#CDB086 (or 0xCDB086) is unknown color: approx Calico. HEX triplet: CD, B0 and 86. RGB value is (205,176,134). Sum of RGB (Red+Green+Blue) = 205+176+134=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB086 is #324F79. Grayscale: #B4B4B4. Windows color (decimal): -3297146 or 8827085. OLE color: 8827085.

HSL color Cylindrical-coordinate representation of color #CDB086: hue angle of 35.49º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDB086 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205176134-
CMYK00.140.350.20
HSL35.49º41.52%66.47%-
HSV(B)35.49º34.63%80.39%-
XYZ45.0145.7529.01-
YUV179.88102.11145.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=39.81%
G=34.17%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517613400.140.350.2035.4941.5266.47
HexCDB0860E2314232a42
Octal31526020601643244352102
Binary11001101101100001000011001110100011101001000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB086; }

 p { color: rgb(205,176,134); }

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

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

 a { background-color: rgb(205,176,134); }

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

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

 span { border-color: rgb(205,176,134); }

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