Html Css Color HEX #CD9C49 Tussock

📋 copy color: '#CD9C49'

red 205 ◦ green 156 ◦ blue 73

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

Shades of Tussock #CD9C49

Tints of Tussock #CD9C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 47.24%
G = 35.94%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD9C49 (or 0xCD9C49) is known color: Tussock. HEX triplet: CD, 9C and 49. RGB value is (205,156,73). Sum of RGB (Red+Green+Blue) = 205+156+73=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C49 is #3263B6. Grayscale: #A1A1A1. Windows color (decimal): -3302327 or 4824269. OLE color: 4824269.

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

Color convert

RGB 205 156 73 -
CMYK 0 0.24 0.64 0.20
HSL 37.73º 0.57% 0.55% -
HSV(B) 37.73º 0.64% 0.8% -
XYZ 38.27 37.24 11.47 -
YUV 161.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 205 156 73 0 0.24 0.64 0.20 37.73 0.57 0.55
Hex CD 9C 49 0 18 40 14 26 39 37
Octal 315 234 111 0 30 100 24 46 71 67
Binary 11001101 10011100 1001001 0 11000 1000000 10100 100110 111001 110111

Color Harmonies of #CD9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C49

Black with #CD9C49

Text Example


Text Example

White with #CD9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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