Html Css Color HEX #CDA160 Apache

📋 copy color: '#CDA160'

red 205 ◦ green 161 ◦ blue 96

#CDA160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CDA160

Tints of Apache #CDA160

RGB

 RED value IS 205 (80.47% from 255) = 44.37%

 GREEN value IS 161 (63.28% from 255) = 34.85%

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 44.37%
G = 34.85%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CDA160 (or 0xCDA160) is known color: Apache. HEX triplet: CD, A1 and 60. RGB value is (205,161,96). Sum of RGB (Red+Green+Blue) = 205+161+96=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA160 is #325E9F. Grayscale: #A7A7A7. Windows color (decimal): -3301024 or 6332877. OLE color: 6332877.

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

Color convert

RGB 205 161 96 -
CMYK 0 0.21 0.53 0.20
HSL 35.78º 0.52% 0.59% -
HSV(B) 35.78º 0.53% 0.8% -
XYZ 40.03 39.31 16.54 -
YUV 166.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 205 161 96 0 0.21 0.53 0.20 35.78 0.52 0.59
Hex CD A1 60 0 15 35 14 24 34 3B
Octal 315 241 140 0 25 65 24 44 64 73
Binary 11001101 10100001 1100000 0 10101 110101 10100 100100 110100 111011

Color Harmonies of #CDA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA160

Black with #CDA160

Text Example


Text Example

White with #CDA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA160; }

 p { color: rgb(205,161,96); }

 H1.HeaderClassName
 {
   color: #CDA160;
 }
 .AnyTagClassName
 {
   color: #CDA160;
 }
</style>

background-color css

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

 a { background-color: rgb(205,161,96); }

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

border-color css

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

 span { border-color: rgb(205,161,96); }

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