Html Css Color HEX #C2954A Tussock

📋 copy color: '#C2954A'

red 194 ◦ green 149 ◦ blue 74

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

Shades of Tussock #C2954A

Tints of Tussock #C2954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

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

R = 46.52%
G = 35.73%
B = 17.75%

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

#C2954A (or 0xC2954A) is known color: Tussock. HEX triplet: C2, 95 and 4A. RGB value is (194,149,74). Sum of RGB (Red+Green+Blue) = 194+149+74=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2954A is #3D6AB5. Grayscale: #9A9A9A. Windows color (decimal): -4025014 or 4888002. OLE color: 4888002.

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

Color convert

RGB 194 149 74 -
CMYK 0 0.23 0.62 0.24
HSL 37.5º 0.5% 0.53% -
HSV(B) 37.5º 0.62% 0.76% -
XYZ 34.23 33.46 11.13 -
YUV 153.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 194 149 74 0 0.23 0.62 0.24 37.5 0.5 0.53
Hex C2 95 4A 0 17 3E 18 26 32 35
Octal 302 225 112 0 27 76 30 46 62 65
Binary 11000010 10010101 1001010 0 10111 111110 11000 100110 110010 110101

Color Harmonies of #C2954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2954A

Black with #C2954A

Text Example


Text Example

White with #C2954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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