Html Css Color HEX #C2994C Tussock

📋 copy color: '#C2994C'

red 194 ◦ green 153 ◦ blue 76

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

Shades of Tussock #C2994C

Tints of Tussock #C2994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 45.86%
G = 36.17%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2994C (or 0xC2994C) is known color: Tussock. HEX triplet: C2, 99 and 4C. RGB value is (194,153,76). Sum of RGB (Red+Green+Blue) = 194+153+76=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2994C is #3D66B3. Grayscale: #9C9C9C. Windows color (decimal): -4023988 or 5020098. OLE color: 5020098.

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

Color convert

RGB 194 153 76 -
CMYK 0 0.21 0.61 0.24
HSL 39.15º 0.49% 0.53% -
HSV(B) 39.15º 0.61% 0.76% -
XYZ 34.94 34.77 11.71 -
YUV 156.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 194 153 76 0 0.21 0.61 0.24 39.15 0.49 0.53
Hex C2 99 4C 0 15 3D 18 27 31 35
Octal 302 231 114 0 25 75 30 47 61 65
Binary 11000010 10011001 1001100 0 10101 111101 11000 100111 110001 110101

Color Harmonies of #C2994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2994C

Black with #C2994C

Text Example


Text Example

White with #C2994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2994C; }

 p { color: rgb(194,153,76); }

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

background-color css

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

 a { background-color: rgb(194,153,76); }

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

border-color css

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

 span { border-color: rgb(194,153,76); }

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