Html Css Color HEX #C2984A Tussock

📋 copy color: '#C2984A'

red 194 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C2984A

Tints of Tussock #C2984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 46.19%
G = 36.19%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2984A (or 0xC2984A) is known color: Tussock. HEX triplet: C2, 98 and 4A. RGB value is (194,152,74). Sum of RGB (Red+Green+Blue) = 194+152+74=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2984A is #3D67B5. Grayscale: #9C9C9C. Windows color (decimal): -4024246 or 4888770. OLE color: 4888770.

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

Color convert

RGB 194 152 74 -
CMYK 0 0.22 0.62 0.24
HSL 39º 0.5% 0.53% -
HSV(B) 39º 0.62% 0.76% -
XYZ 34.71 34.42 11.29 -
YUV 155.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 194 152 74 0 0.22 0.62 0.24 39 0.5 0.53
Hex C2 98 4A 0 16 3E 18 27 32 35
Octal 302 230 112 0 26 76 30 47 62 65
Binary 11000010 10011000 1001010 0 10110 111110 11000 100111 110010 110101

Color Harmonies of #C2984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2984A

Black with #C2984A

Text Example


Text Example

White with #C2984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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