Html Css Color HEX #C2984D Tussock

📋 copy color: '#C2984D'

red 194 ◦ green 152 ◦ blue 77

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

Shades of Tussock #C2984D

Tints of Tussock #C2984D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 45.86%
G = 35.93%
B = 18.2%

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

#C2984D (or 0xC2984D) is known color: Tussock. HEX triplet: C2, 98 and 4D. RGB value is (194,152,77). Sum of RGB (Red+Green+Blue) = 194+152+77=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2984D is #3D67B2. Grayscale: #9C9C9C. Windows color (decimal): -4024243 or 5085378. OLE color: 5085378.

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

Color convert

RGB 194 152 77 -
CMYK 0 0.22 0.60 0.24
HSL 38.46º 0.49% 0.53% -
HSV(B) 38.46º 0.6% 0.76% -
XYZ 34.82 34.46 11.84 -
YUV 156.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 194 152 77 0 0.22 0.60 0.24 38.46 0.49 0.53
Hex C2 98 4D 0 16 3C 18 26 31 35
Octal 302 230 115 0 26 74 30 46 61 65
Binary 11000010 10011000 1001101 0 10110 111100 11000 100110 110001 110101

Color Harmonies of #C2984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2984D

Black with #C2984D

Text Example


Text Example

White with #C2984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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