Html Css Color HEX #CD9C4C Tussock

📋 copy color: '#CD9C4C'

red 205 ◦ green 156 ◦ blue 76

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

Shades of Tussock #CD9C4C

Tints of Tussock #CD9C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.39%

R = 46.91%
G = 35.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD9C4C (or 0xCD9C4C) is known color: Tussock. HEX triplet: CD, 9C and 4C. RGB value is (205,156,76). Sum of RGB (Red+Green+Blue) = 205+156+76=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C4C is #3263B3. Grayscale: #A1A1A1. Windows color (decimal): -3302324 or 5020877. OLE color: 5020877.

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

Color convert

RGB 205 156 76 -
CMYK 0 0.24 0.63 0.20
HSL 37.21º 0.56% 0.55% -
HSV(B) 37.21º 0.63% 0.8% -
XYZ 38.37 37.28 12.01 -
YUV 161.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 205 156 76 0 0.24 0.63 0.20 37.21 0.56 0.55
Hex CD 9C 4C 0 18 3F 14 25 38 37
Octal 315 234 114 0 30 77 24 45 70 67
Binary 11001101 10011100 1001100 0 11000 111111 10100 100101 111000 110111

Color Harmonies of #CD9C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C4C

Black with #CD9C4C

Text Example


Text Example

White with #CD9C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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