Html Css Color HEX #CD9C5A Apache

📋 copy color: '#CD9C5A'

red 205 ◦ green 156 ◦ blue 90

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

Shades of Apache #CD9C5A

Tints of Apache #CD9C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.59%

 BLUE value IS 90 (35.55% from 255) = 19.96%

R = 45.45%
G = 34.59%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD9C5A (or 0xCD9C5A) is known color: Apache. HEX triplet: CD, 9C and 5A. RGB value is (205,156,90). Sum of RGB (Red+Green+Blue) = 205+156+90=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C5A is #3263A5. Grayscale: #A3A3A3. Windows color (decimal): -3302310 or 5938381. OLE color: 5938381.

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

Color convert

RGB 205 156 90 -
CMYK 0 0.24 0.56 0.20
HSL 34.43º 0.53% 0.58% -
HSV(B) 34.43º 0.56% 0.8% -
XYZ 38.91 37.49 14.86 -
YUV 163.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 205 156 90 0 0.24 0.56 0.20 34.43 0.53 0.58
Hex CD 9C 5A 0 18 38 14 22 35 3A
Octal 315 234 132 0 30 70 24 42 65 72
Binary 11001101 10011100 1011010 0 11000 111000 10100 100010 110101 111010

Color Harmonies of #CD9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C5A

Black with #CD9C5A

Text Example


Text Example

White with #CD9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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