Html Css Color HEX #C8974C Tussock

📋 copy color: '#C8974C'

red 200 ◦ green 151 ◦ blue 76

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

Shades of Tussock #C8974C

Tints of Tussock #C8974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 46.84%
G = 35.36%
B = 17.8%

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

#C8974C (or 0xC8974C) is known color: Tussock. HEX triplet: C8, 97 and 4C. RGB value is (200,151,76). Sum of RGB (Red+Green+Blue) = 200+151+76=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8974C is #3768B3. Grayscale: #9D9D9D. Windows color (decimal): -3631284 or 5019592. OLE color: 5019592.

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

Color convert

RGB 200 151 76 -
CMYK 0 0.24 0.62 0.22
HSL 36.29º 0.53% 0.54% -
HSV(B) 36.29º 0.62% 0.78% -
XYZ 36.19 34.93 11.67 -
YUV 157.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 200 151 76 0 0.24 0.62 0.22 36.29 0.53 0.54
Hex C8 97 4C 0 18 3E 16 24 35 36
Octal 310 227 114 0 30 76 26 44 65 66
Binary 11001000 10010111 1001100 0 11000 111110 10110 100100 110101 110110

Color Harmonies of #C8974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8974C

Black with #C8974C

Text Example


Text Example

White with #C8974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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