Html Css Color HEX #C2904D Tussock

📋 copy color: '#C2904D'

red 194 ◦ green 144 ◦ blue 77

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

Shades of Tussock #C2904D

Tints of Tussock #C2904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 46.75%
G = 34.7%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2904D (or 0xC2904D) is known color: Tussock. HEX triplet: C2, 90 and 4D. RGB value is (194,144,77). Sum of RGB (Red+Green+Blue) = 194+144+77=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2904D is #3D6FB2. Grayscale: #979797. Windows color (decimal): -4026291 or 5083330. OLE color: 5083330.

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

Color convert

RGB 194 144 77 -
CMYK 0 0.26 0.60 0.24
HSL 34.36º 0.49% 0.53% -
HSV(B) 34.36º 0.6% 0.76% -
XYZ 33.56 31.95 11.42 -
YUV 151.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 194 144 77 0 0.26 0.60 0.24 34.36 0.49 0.53
Hex C2 90 4D 0 1A 3C 18 22 31 35
Octal 302 220 115 0 32 74 30 42 61 65
Binary 11000010 10010000 1001101 0 11010 111100 11000 100010 110001 110101

Color Harmonies of #C2904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2904D

Black with #C2904D

Text Example


Text Example

White with #C2904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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