Html Css Color HEX #C8914D Tussock

📋 copy color: '#C8914D'

red 200 ◦ green 145 ◦ blue 77

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

Shades of Tussock #C8914D

Tints of Tussock #C8914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

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

R = 47.39%
G = 34.36%
B = 18.25%

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

#C8914D (or 0xC8914D) is known color: Tussock. HEX triplet: C8, 91 and 4D. RGB value is (200,145,77). Sum of RGB (Red+Green+Blue) = 200+145+77=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8914D is #376EB2. Grayscale: #9A9A9A. Windows color (decimal): -3632819 or 5083592. OLE color: 5083592.

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

Color convert

RGB 200 145 77 -
CMYK 0 0.28 0.62 0.22
HSL 33.17º 0.53% 0.54% -
HSV(B) 33.17º 0.62% 0.78% -
XYZ 35.28 33.07 11.54 -
YUV 153.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 200 145 77 0 0.28 0.62 0.22 33.17 0.53 0.54
Hex C8 91 4D 0 1C 3E 16 21 35 36
Octal 310 221 115 0 34 76 26 41 65 66
Binary 11001000 10010001 1001101 0 11100 111110 10110 100001 110101 110110

Color Harmonies of #C8914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8914D

Black with #C8914D

Text Example


Text Example

White with #C8914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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