Html Css Color HEX #C3964E Tussock

📋 copy color: '#C3964E'

red 195 ◦ green 150 ◦ blue 78

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

Shades of Tussock #C3964E

Tints of Tussock #C3964E

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

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

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

R = 46.1%
G = 35.46%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3964E (or 0xC3964E) is known color: Tussock. HEX triplet: C3, 96 and 4E. RGB value is (195,150,78). Sum of RGB (Red+Green+Blue) = 195+150+78=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3964E is #3C69B1. Grayscale: #9B9B9B. Windows color (decimal): -3959218 or 5150403. OLE color: 5150403.

HSL color Cylindrical-coordinate representation of color #C3964E: hue angle of 36.92º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3964E is Cyan = 0, Magento = 0.23, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 78 -
CMYK 0 0.23 0.6 0.24
HSL 36.92º 0.49% 0.54% -
HSV(B) 36.92º 0.6% 0.76% -
XYZ 34.79 33.96 11.93 -
YUV 155.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 195 150 78 0 0.23 0.6 0.24 36.92 0.49 0.54
Hex C3 96 4E 0 17 3C 18 25 31 36
Octal 303 226 116 0 27 74 30 45 61 66
Binary 11000011 10010110 1001110 0 10111 111100 11000 100101 110001 110110

Color Harmonies of #C3964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3964E

Black with #C3964E

Text Example


Text Example

White with #C3964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3964E; }

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

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

background-color css

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

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

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

border-color css

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

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

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