Html Css Color HEX #C2984F Tussock

📋 copy color: '#C2984F'

red 194 ◦ green 152 ◦ blue 79

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

Shades of Tussock #C2984F

Tints of Tussock #C2984F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.59%

R = 45.65%
G = 35.76%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2984F (or 0xC2984F) is known color: Tussock. HEX triplet: C2, 98 and 4F. RGB value is (194,152,79). Sum of RGB (Red+Green+Blue) = 194+152+79=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2984F is #3D67B0. Grayscale: #9C9C9C. Windows color (decimal): -4024241 or 5216450. OLE color: 5216450.

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

Color convert

RGB 194 152 79 -
CMYK 0 0.22 0.59 0.24
HSL 38.09º 0.49% 0.54% -
HSV(B) 38.09º 0.59% 0.76% -
XYZ 34.89 34.49 12.22 -
YUV 156.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 194 152 79 0 0.22 0.59 0.24 38.09 0.49 0.54
Hex C2 98 4F 0 16 3B 18 26 31 36
Octal 302 230 117 0 26 73 30 46 61 66
Binary 11000010 10011000 1001111 0 10110 111011 11000 100110 110001 110110

Color Harmonies of #C2984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2984F

Black with #C2984F

Text Example


Text Example

White with #C2984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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