Html Css Color HEX #C8904A Tussock

📋 copy color: '#C8904A'

red 200 ◦ green 144 ◦ blue 74

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

Shades of Tussock #C8904A

Tints of Tussock #C8904A

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

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

R = 47.85%
G = 34.45%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8904A (or 0xC8904A) is known color: Tussock. HEX triplet: C8, 90 and 4A. RGB value is (200,144,74). Sum of RGB (Red+Green+Blue) = 200+144+74=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8904A is #376FB5. Grayscale: #999999. Windows color (decimal): -3633078 or 4886728. OLE color: 4886728.

HSL color Cylindrical-coordinate representation of color #C8904A: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8904A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 74 -
CMYK 0 0.28 0.63 0.22
HSL 33.33º 0.53% 0.54% -
HSV(B) 33.33º 0.63% 0.78% -
XYZ 35.03 32.72 10.95 -
YUV 152.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 200 144 74 0 0.28 0.63 0.22 33.33 0.53 0.54
Hex C8 90 4A 0 1C 3F 16 21 35 36
Octal 310 220 112 0 34 77 26 41 65 66
Binary 11001000 10010000 1001010 0 11100 111111 10110 100001 110101 110110

Color Harmonies of #C8904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8904A

Black with #C8904A

Text Example


Text Example

White with #C8904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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