Html Css Color HEX #C2994A Tussock

📋 copy color: '#C2994A'

red 194 ◦ green 153 ◦ blue 74

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

Shades of Tussock #C2994A

Tints of Tussock #C2994A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

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

R = 46.08%
G = 36.34%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2994A (or 0xC2994A) is known color: Tussock. HEX triplet: C2, 99 and 4A. RGB value is (194,153,74). Sum of RGB (Red+Green+Blue) = 194+153+74=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2994A is #3D66B5. Grayscale: #9C9C9C. Windows color (decimal): -4023990 or 4889026. OLE color: 4889026.

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

Color convert

RGB 194 153 74 -
CMYK 0 0.21 0.62 0.24
HSL 39.5º 0.5% 0.53% -
HSV(B) 39.5º 0.62% 0.76% -
XYZ 34.88 34.75 11.35 -
YUV 156.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 194 153 74 0 0.21 0.62 0.24 39.5 0.5 0.53
Hex C2 99 4A 0 15 3E 18 28 32 35
Octal 302 231 112 0 25 76 30 50 62 65
Binary 11000010 10011001 1001010 0 10101 111110 11000 101000 110010 110101

Color Harmonies of #C2994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2994A

Black with #C2994A

Text Example


Text Example

White with #C2994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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