Html Css Color HEX #C0904D Tussock

📋 copy color: '#C0904D'

red 192 ◦ green 144 ◦ blue 77

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

Shades of Tussock #C0904D

Tints of Tussock #C0904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 46.49%
G = 34.87%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0904D (or 0xC0904D) is known color: Tussock. HEX triplet: C0, 90 and 4D. RGB value is (192,144,77). Sum of RGB (Red+Green+Blue) = 192+144+77=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0904D is #3F6FB2. Grayscale: #979797. Windows color (decimal): -4157363 or 5083328. OLE color: 5083328.

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

Color convert

RGB 192 144 77 -
CMYK 0 0.25 0.60 0.25
HSL 34.96º 0.48% 0.53% -
HSV(B) 34.96º 0.6% 0.75% -
XYZ 33.05 31.69 11.4 -
YUV 150.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 192 144 77 0 0.25 0.60 0.25 34.96 0.48 0.53
Hex C0 90 4D 0 19 3C 19 23 30 35
Octal 300 220 115 0 31 74 31 43 60 65
Binary 11000000 10010000 1001101 0 11001 111100 11001 100011 110000 110101

Color Harmonies of #C0904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0904D

Black with #C0904D

Text Example


Text Example

White with #C0904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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