Html Css Color HEX #C2964A Tussock

📋 copy color: '#C2964A'

red 194 ◦ green 150 ◦ blue 74

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

Shades of Tussock #C2964A

Tints of Tussock #C2964A

RGB

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

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

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

R = 46.41%
G = 35.89%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2964A (or 0xC2964A) is known color: Tussock. HEX triplet: C2, 96 and 4A. RGB value is (194,150,74). Sum of RGB (Red+Green+Blue) = 194+150+74=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2964A is #3D69B5. Grayscale: #9A9A9A. Windows color (decimal): -4024758 or 4888258. OLE color: 4888258.

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

Color convert

RGB 194 150 74 -
CMYK 0 0.23 0.62 0.24
HSL 38º 0.5% 0.53% -
HSV(B) 38º 0.62% 0.76% -
XYZ 34.39 33.78 11.19 -
YUV 154.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 194 150 74 0 0.23 0.62 0.24 38 0.5 0.53
Hex C2 96 4A 0 17 3E 18 26 32 35
Octal 302 226 112 0 27 76 30 46 62 65
Binary 11000010 10010110 1001010 0 10111 111110 11000 100110 110010 110101

Color Harmonies of #C2964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2964A

Black with #C2964A

Text Example


Text Example

White with #C2964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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