Html Css Color HEX #C2964D Tussock

📋 copy color: '#C2964D'

red 194 ◦ green 150 ◦ blue 77

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

Shades of Tussock #C2964D

Tints of Tussock #C2964D

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

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

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

R = 46.08%
G = 35.63%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2964D (or 0xC2964D) is known color: Tussock. HEX triplet: C2, 96 and 4D. RGB value is (194,150,77). Sum of RGB (Red+Green+Blue) = 194+150+77=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2964D is #3D69B2. Grayscale: #9B9B9B. Windows color (decimal): -4024755 or 5084866. OLE color: 5084866.

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

Color convert

RGB 194 150 77 -
CMYK 0 0.23 0.60 0.24
HSL 37.44º 0.49% 0.53% -
HSV(B) 37.44º 0.6% 0.76% -
XYZ 34.49 33.82 11.73 -
YUV 154.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 194 150 77 0 0.23 0.60 0.24 37.44 0.49 0.53
Hex C2 96 4D 0 17 3C 18 25 31 35
Octal 302 226 115 0 27 74 30 45 61 65
Binary 11000010 10010110 1001101 0 10111 111100 11000 100101 110001 110101

Color Harmonies of #C2964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2964D

Black with #C2964D

Text Example


Text Example

White with #C2964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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