Html Css Color HEX #C0904A Tussock

📋 copy color: '#C0904A'

red 192 ◦ green 144 ◦ blue 74

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

Shades of Tussock #C0904A

Tints of Tussock #C0904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 46.83%
G = 35.12%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0904A (or 0xC0904A) is known color: Tussock. HEX triplet: C0, 90 and 4A. RGB value is (192,144,74). Sum of RGB (Red+Green+Blue) = 192+144+74=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0904A is #3F6FB5. Grayscale: #969696. Windows color (decimal): -4157366 or 4886720. OLE color: 4886720.

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

Color convert

RGB 192 144 74 -
CMYK 0 0.25 0.61 0.25
HSL 35.59º 0.48% 0.52% -
HSV(B) 35.59º 0.61% 0.75% -
XYZ 32.95 31.65 10.85 -
YUV 150.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 192 144 74 0 0.25 0.61 0.25 35.59 0.48 0.52
Hex C0 90 4A 0 19 3D 19 24 30 34
Octal 300 220 112 0 31 75 31 44 60 64
Binary 11000000 10010000 1001010 0 11001 111101 11001 100100 110000 110100

Color Harmonies of #C0904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0904A

Black with #C0904A

Text Example


Text Example

White with #C0904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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