Html Css Color HEX #C8904C Tussock

📋 copy color: '#C8904C'

red 200 ◦ green 144 ◦ blue 76

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

Shades of Tussock #C8904C

Tints of Tussock #C8904C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.1%

R = 47.62%
G = 34.29%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8904C (or 0xC8904C) is known color: Tussock. HEX triplet: C8, 90 and 4C. RGB value is (200,144,76). Sum of RGB (Red+Green+Blue) = 200+144+76=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8904C is #376FB3. Grayscale: #999999. Windows color (decimal): -3633076 or 5017800. OLE color: 5017800.

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

Color convert

RGB 200 144 76 -
CMYK 0 0.28 0.62 0.22
HSL 32.9º 0.53% 0.54% -
HSV(B) 32.9º 0.62% 0.78% -
XYZ 35.1 32.75 11.31 -
YUV 152.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 200 144 76 0 0.28 0.62 0.22 32.9 0.53 0.54
Hex C8 90 4C 0 1C 3E 16 21 35 36
Octal 310 220 114 0 34 76 26 41 65 66
Binary 11001000 10010000 1001100 0 11100 111110 10110 100001 110101 110110

Color Harmonies of #C8904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8904C

Black with #C8904C

Text Example


Text Example

White with #C8904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8904C; }

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

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

background-color css

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

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

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

border-color css

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

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

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