Html Css Color HEX #C09B4D Tussock

📋 copy color: '#C09B4D'

red 192 ◦ green 155 ◦ blue 77

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

Shades of Tussock #C09B4D

Tints of Tussock #C09B4D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

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

R = 45.28%
G = 36.56%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C09B4D (or 0xC09B4D) is known color: Tussock. HEX triplet: C0, 9B and 4D. RGB value is (192,155,77). Sum of RGB (Red+Green+Blue) = 192+155+77=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B4D is #3F64B2. Grayscale: #9D9D9D. Windows color (decimal): -4154547 or 5086144. OLE color: 5086144.

HSL color Cylindrical-coordinate representation of color #C09B4D: hue angle of 40.7º 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 #C09B4D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 77 -
CMYK 0 0.19 0.60 0.25
HSL 40.7º 0.48% 0.53% -
HSV(B) 40.7º 0.6% 0.75% -
XYZ 34.8 35.18 11.98 -
YUV 157.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 192 155 77 0 0.19 0.60 0.25 40.7 0.48 0.53
Hex C0 9B 4D 0 13 3C 19 29 30 35
Octal 300 233 115 0 23 74 31 51 60 65
Binary 11000000 10011011 1001101 0 10011 111100 11001 101001 110000 110101

Color Harmonies of #C09B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B4D

Black with #C09B4D

Text Example


Text Example

White with #C09B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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