Html Css Color HEX #C2974C Tussock

📋 copy color: '#C2974C'

red 194 ◦ green 151 ◦ blue 76

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

Shades of Tussock #C2974C

Tints of Tussock #C2974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 46.08%
G = 35.87%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2974C (or 0xC2974C) is known color: Tussock. HEX triplet: C2, 97 and 4C. RGB value is (194,151,76). Sum of RGB (Red+Green+Blue) = 194+151+76=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2974C is #3D68B3. Grayscale: #9B9B9B. Windows color (decimal): -4024500 or 5019586. OLE color: 5019586.

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

Color convert

RGB 194 151 76 -
CMYK 0 0.22 0.61 0.24
HSL 38.14º 0.49% 0.53% -
HSV(B) 38.14º 0.61% 0.76% -
XYZ 34.62 34.12 11.6 -
YUV 155.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 194 151 76 0 0.22 0.61 0.24 38.14 0.49 0.53
Hex C2 97 4C 0 16 3D 18 26 31 35
Octal 302 227 114 0 26 75 30 46 61 65
Binary 11000010 10010111 1001100 0 10110 111101 11000 100110 110001 110101

Color Harmonies of #C2974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2974C

Black with #C2974C

Text Example


Text Example

White with #C2974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2974C; }

 p { color: rgb(194,151,76); }

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

background-color css

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

 a { background-color: rgb(194,151,76); }

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

border-color css

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

 span { border-color: rgb(194,151,76); }

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