Html Css Color HEX #C09D4D Tussock

📋 copy color: '#C09D4D'

red 192 ◦ green 157 ◦ blue 77

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

Shades of Tussock #C09D4D

Tints of Tussock #C09D4D

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 157 (61.72% from 255) = 36.85%

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 45.07%
G = 36.85%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C09D4D (or 0xC09D4D) is known color: Tussock. HEX triplet: C0, 9D and 4D. RGB value is (192,157,77). Sum of RGB (Red+Green+Blue) = 192+157+77=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D4D is #3F62B2. Grayscale: #9E9E9E. Windows color (decimal): -4154035 or 5086656. OLE color: 5086656.

HSL color Cylindrical-coordinate representation of color #C09D4D: hue angle of 41.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C09D4D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 77 -
CMYK 0 0.18 0.60 0.25
HSL 41.74º 0.48% 0.53% -
HSV(B) 41.74º 0.6% 0.75% -
XYZ 35.13 35.86 12.09 -
YUV 158.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 192 157 77 0 0.18 0.60 0.25 41.74 0.48 0.53
Hex C0 9D 4D 0 12 3C 19 2A 30 35
Octal 300 235 115 0 22 74 31 52 60 65
Binary 11000000 10011101 1001101 0 10010 111100 11001 101010 110000 110101

Color Harmonies of #C09D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09D4D

Black with #C09D4D

Text Example


Text Example

White with #C09D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09D4D; }

 p { color: rgb(192,157,77); }

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

background-color css

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

 a { background-color: rgb(192,157,77); }

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

border-color css

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

 span { border-color: rgb(192,157,77); }

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