Html Css Color HEX #C8964A Tussock

📋 copy color: '#C8964A'

red 200 ◦ green 150 ◦ blue 74

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

Shades of Tussock #C8964A

Tints of Tussock #C8964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.38%

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

R = 47.17%
G = 35.38%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8964A (or 0xC8964A) is known color: Tussock. HEX triplet: C8, 96 and 4A. RGB value is (200,150,74). Sum of RGB (Red+Green+Blue) = 200+150+74=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8964A is #3769B5. Grayscale: #9C9C9C. Windows color (decimal): -3631542 or 4888264. OLE color: 4888264.

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

Color convert

RGB 200 150 74 -
CMYK 0 0.25 0.63 0.22
HSL 36.19º 0.53% 0.54% -
HSV(B) 36.19º 0.63% 0.78% -
XYZ 35.96 34.59 11.26 -
YUV 156.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 200 150 74 0 0.25 0.63 0.22 36.19 0.53 0.54
Hex C8 96 4A 0 19 3F 16 24 35 36
Octal 310 226 112 0 31 77 26 44 65 66
Binary 11001000 10010110 1001010 0 11001 111111 10110 100100 110101 110110

Color Harmonies of #C8964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8964A

Black with #C8964A

Text Example


Text Example

White with #C8964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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