Html Css Color HEX #C8994A Tussock

📋 copy color: '#C8994A'

red 200 ◦ green 153 ◦ blue 74

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

Shades of Tussock #C8994A

Tints of Tussock #C8994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

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

R = 46.84%
G = 35.83%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8994A (or 0xC8994A) is known color: Tussock. HEX triplet: C8, 99 and 4A. RGB value is (200,153,74). Sum of RGB (Red+Green+Blue) = 200+153+74=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8994A is #3766B5. Grayscale: #9E9E9E. Windows color (decimal): -3630774 or 4889032. OLE color: 4889032.

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

Color convert

RGB 200 153 74 -
CMYK 0 0.24 0.63 0.22
HSL 37.62º 0.53% 0.54% -
HSV(B) 37.62º 0.63% 0.78% -
XYZ 36.45 35.56 11.42 -
YUV 158.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 200 153 74 0 0.24 0.63 0.22 37.62 0.53 0.54
Hex C8 99 4A 0 18 3F 16 26 35 36
Octal 310 231 112 0 30 77 26 46 65 66
Binary 11001000 10011001 1001010 0 11000 111111 10110 100110 110101 110110

Color Harmonies of #C8994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8994A

Black with #C8994A

Text Example


Text Example

White with #C8994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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