Html Css Color HEX #C8964E Tussock

📋 copy color: '#C8964E'

red 200 ◦ green 150 ◦ blue 78

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

Shades of Tussock #C8964E

Tints of Tussock #C8964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.22%

R = 46.73%
G = 35.05%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8964E (or 0xC8964E) is known color: Tussock. HEX triplet: C8, 96 and 4E. RGB value is (200,150,78). Sum of RGB (Red+Green+Blue) = 200+150+78=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8964E is #3769B1. Grayscale: #9D9D9D. Windows color (decimal): -3631538 or 5150408. OLE color: 5150408.

HSL color Cylindrical-coordinate representation of color #C8964E: hue angle of 35.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8964E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 78 -
CMYK 0 0.25 0.61 0.22
HSL 35.41º 0.53% 0.55% -
HSV(B) 35.41º 0.61% 0.78% -
XYZ 36.1 34.64 11.99 -
YUV 156.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 200 150 78 0 0.25 0.61 0.22 35.41 0.53 0.55
Hex C8 96 4E 0 19 3D 16 23 35 37
Octal 310 226 116 0 31 75 26 43 65 67
Binary 11001000 10010110 1001110 0 11001 111101 10110 100011 110101 110111

Color Harmonies of #C8964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8964E

Black with #C8964E

Text Example


Text Example

White with #C8964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8964E; }

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

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

background-color css

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

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

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

border-color css

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

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

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