#CDB085

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

Shades of Calico #CDB085

Tints of Calico #CDB085

Color information

#CDB085 (or 0xCDB085) is unknown color: approx Calico. HEX triplet: CD, B0 and 85. RGB value is (205,176,133). Sum of RGB (Red+Green+Blue) = 205+176+133=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB085 is #324F7A. Grayscale: #B3B3B3. Windows color (decimal): -3297147 or 8761549. OLE color: 8761549.

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

Color convert

RGB205176133-
CMYK00.140.350.20
HSL35.83º41.86%66.27%-
HSV(B)35.83º35.12%80.39%-
XYZ44.9445.7228.65-
YUV179.77101.61146-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=39.88%
G=34.24%
B=25.88%

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
Decimal20517613300.140.350.2035.8341.8666.27
HexCDB0850E2314242a42
Octal31526020501643244452102
Binary11001101101100001000010101110100011101001001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB085; }

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

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

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

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

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

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

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

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