Html Css Color HEX #C8954A Tussock

📋 copy color: '#C8954A'

red 200 ◦ green 149 ◦ blue 74

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

Shades of Tussock #C8954A

Tints of Tussock #C8954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 47.28%
G = 35.22%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8954A (or 0xC8954A) is known color: Tussock. HEX triplet: C8, 95 and 4A. RGB value is (200,149,74). Sum of RGB (Red+Green+Blue) = 200+149+74=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8954A is #376AB5. Grayscale: #9C9C9C. Windows color (decimal): -3631798 or 4888008. OLE color: 4888008.

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

Color convert

RGB 200 149 74 -
CMYK 0 0.26 0.63 0.22
HSL 35.71º 0.53% 0.54% -
HSV(B) 35.71º 0.63% 0.78% -
XYZ 35.8 34.27 11.21 -
YUV 155.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 200 149 74 0 0.26 0.63 0.22 35.71 0.53 0.54
Hex C8 95 4A 0 1A 3F 16 24 35 36
Octal 310 225 112 0 32 77 26 44 65 66
Binary 11001000 10010101 1001010 0 11010 111111 10110 100100 110101 110110

Color Harmonies of #C8954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8954A

Black with #C8954A

Text Example


Text Example

White with #C8954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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