#CD9C56

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

Shades of Apache #CD9C56

Tints of Apache #CD9C56

Color information

#CD9C56 (or 0xCD9C56) is unknown color: approx Apache. HEX triplet: CD, 9C and 56. RGB value is (205,156,86). Sum of RGB (Red+Green+Blue) = 205+156+86=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C56 is #3263A9. Grayscale: #A3A3A3. Windows color (decimal): -3302314 or 5676237. OLE color: 5676237.

HSL color Cylindrical-coordinate representation of color #CD9C56: hue angle of 35.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD9C56 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20515686-
CMYK00.240.580.20
HSL35.29º54.34%57.06%-
HSV(B)35.29º58.05%80.39%-
XYZ38.7537.4313.99-
YUV162.6784.73158.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=45.86%
G=34.90%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051568600.240.580.2035.2954.3457.06
HexCD9C560183A14233639
Octal3152341260307224436671
Binary1100110110011100101011001100011101010100100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C56; }

 p { color: rgb(205,156,86); }

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

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

 a { background-color: rgb(205,156,86); }

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

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

 span { border-color: rgb(205,156,86); }

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