Html Css Color HEX #C8964D Tussock

📋 copy color: '#C8964D'

red 200 ◦ green 150 ◦ blue 77

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

Shades of Tussock #C8964D

Tints of Tussock #C8964D

RGB

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

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

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

R = 46.84%
G = 35.13%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8964D (or 0xC8964D) is known color: Tussock. HEX triplet: C8, 96 and 4D. RGB value is (200,150,77). Sum of RGB (Red+Green+Blue) = 200+150+77=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8964D is #3769B2. Grayscale: #9C9C9C. Windows color (decimal): -3631539 or 5084872. OLE color: 5084872.

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

Color convert

RGB 200 150 77 -
CMYK 0 0.25 0.62 0.22
HSL 35.61º 0.53% 0.54% -
HSV(B) 35.61º 0.62% 0.78% -
XYZ 36.07 34.63 11.8 -
YUV 156.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 200 150 77 0 0.25 0.62 0.22 35.61 0.53 0.54
Hex C8 96 4D 0 19 3E 16 24 35 36
Octal 310 226 115 0 31 76 26 44 65 66
Binary 11001000 10010110 1001101 0 11001 111110 10110 100100 110101 110110

Color Harmonies of #C8964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8964D

Black with #C8964D

Text Example


Text Example

White with #C8964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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