Html Css Color HEX #C2984E Tussock

📋 copy color: '#C2984E'

red 194 ◦ green 152 ◦ blue 78

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

Shades of Tussock #C2984E

Tints of Tussock #C2984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.4%

R = 45.75%
G = 35.85%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2984E (or 0xC2984E) is known color: Tussock. HEX triplet: C2, 98 and 4E. RGB value is (194,152,78). Sum of RGB (Red+Green+Blue) = 194+152+78=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2984E is #3D67B1. Grayscale: #9C9C9C. Windows color (decimal): -4024242 or 5150914. OLE color: 5150914.

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

Color convert

RGB 194 152 78 -
CMYK 0 0.22 0.60 0.24
HSL 38.28º 0.49% 0.53% -
HSV(B) 38.28º 0.6% 0.76% -
XYZ 34.85 34.48 12.03 -
YUV 156.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 194 152 78 0 0.22 0.60 0.24 38.28 0.49 0.53
Hex C2 98 4E 0 16 3C 18 26 31 35
Octal 302 230 116 0 26 74 30 46 61 65
Binary 11000010 10011000 1001110 0 10110 111100 11000 100110 110001 110101

Color Harmonies of #C2984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2984E

Black with #C2984E

Text Example


Text Example

White with #C2984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2984E; }

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

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

background-color css

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

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

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

border-color css

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

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

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