Html Css Color HEX #C8904D Tussock

📋 copy color: '#C8904D'

red 200 ◦ green 144 ◦ blue 77

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

Shades of Tussock #C8904D

Tints of Tussock #C8904D

RGB

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

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

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

R = 47.51%
G = 34.2%
B = 18.29%

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

#C8904D (or 0xC8904D) is known color: Tussock. HEX triplet: C8, 90 and 4D. RGB value is (200,144,77). Sum of RGB (Red+Green+Blue) = 200+144+77=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8904D is #376FB2. Grayscale: #999999. Windows color (decimal): -3633075 or 5083336. OLE color: 5083336.

HSL color Cylindrical-coordinate representation of color #C8904D: hue angle of 32.68º 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 #C8904D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 77 -
CMYK 0 0.28 0.62 0.22
HSL 32.68º 0.53% 0.54% -
HSV(B) 32.68º 0.62% 0.78% -
XYZ 35.13 32.76 11.49 -
YUV 153.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 200 144 77 0 0.28 0.62 0.22 32.68 0.53 0.54
Hex C8 90 4D 0 1C 3E 16 21 35 36
Octal 310 220 115 0 34 76 26 41 65 66
Binary 11001000 10010000 1001101 0 11100 111110 10110 100001 110101 110110

Color Harmonies of #C8904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8904D

Black with #C8904D

Text Example


Text Example

White with #C8904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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