#CD9C5C

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

Shades of Apache #CD9C5C

Tints of Apache #CD9C5C

Color information

#CD9C5C (or 0xCD9C5C) is unknown color: approx Apache. HEX triplet: CD, 9C and 5C. RGB value is (205,156,92). Sum of RGB (Red+Green+Blue) = 205+156+92=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C5C is #3263A3. Grayscale: #A3A3A3. Windows color (decimal): -3302308 or 6069453. OLE color: 6069453.

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

Color convert

RGB20515692-
CMYK00.240.550.20
HSL33.98º53.05%58.24%-
HSV(B)33.98º55.12%80.39%-
XYZ3937.5315.31-
YUV163.3587.73157.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=45.25%
G=34.44%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051569200.240.550.2033.9853.0558.24
HexCD9C5C018371422353a
Octal3152341340306724426572
Binary1100110110011100101110001100011011110100100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C5C; }

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

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

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

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

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

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

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

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