Html Css Color HEX #C8994D Tussock

📋 copy color: '#C8994D'

red 200 ◦ green 153 ◦ blue 77

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

Shades of Tussock #C8994D

Tints of Tussock #C8994D

RGB

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

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

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

R = 46.51%
G = 35.58%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8994D (or 0xC8994D) is known color: Tussock. HEX triplet: C8, 99 and 4D. RGB value is (200,153,77). Sum of RGB (Red+Green+Blue) = 200+153+77=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8994D is #3766B2. Grayscale: #9E9E9E. Windows color (decimal): -3630771 or 5085640. OLE color: 5085640.

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

Color convert

RGB 200 153 77 -
CMYK 0 0.24 0.62 0.22
HSL 37.07º 0.53% 0.54% -
HSV(B) 37.07º 0.62% 0.78% -
XYZ 36.55 35.6 11.97 -
YUV 158.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 200 153 77 0 0.24 0.62 0.22 37.07 0.53 0.54
Hex C8 99 4D 0 18 3E 16 25 35 36
Octal 310 231 115 0 30 76 26 45 65 66
Binary 11001000 10011001 1001101 0 11000 111110 10110 100101 110101 110110

Color Harmonies of #C8994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8994D

Black with #C8994D

Text Example


Text Example

White with #C8994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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