#CDB084

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

Shades of Calico #CDB084

Tints of Calico #CDB084

Color information

#CDB084 (or 0xCDB084) is unknown color: approx Calico. HEX triplet: CD, B0 and 84. RGB value is (205,176,132). Sum of RGB (Red+Green+Blue) = 205+176+132=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB084 is #324F7B. Grayscale: #B3B3B3. Windows color (decimal): -3297148 or 8696013. OLE color: 8696013.

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

Color convert

RGB205176132-
CMYK00.140.360.20
HSL36.16º42.2%66.08%-
HSV(B)36.16º35.61%80.39%-
XYZ44.8745.728.29-
YUV179.66101.11146.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=39.96%
G=34.31%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517613200.140.360.2036.1642.266.08
HexCDB0840E2414242a42
Octal31526020401644244452102
Binary11001101101100001000010001110100100101001001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB084; }

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

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

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

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

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

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

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

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