Html Css Color HEX #C2994F Tussock

📋 copy color: '#C2994F'

red 194 ◦ green 153 ◦ blue 79

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

Shades of Tussock #C2994F

Tints of Tussock #C2994F

RGB

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

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

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

R = 45.54%
G = 35.92%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2994F (or 0xC2994F) is known color: Tussock. HEX triplet: C2, 99 and 4F. RGB value is (194,153,79). Sum of RGB (Red+Green+Blue) = 194+153+79=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2994F is #3D66B0. Grayscale: #9D9D9D. Windows color (decimal): -4023985 or 5216706. OLE color: 5216706.

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

Color convert

RGB 194 153 79 -
CMYK 0 0.21 0.59 0.24
HSL 38.61º 0.49% 0.54% -
HSV(B) 38.61º 0.59% 0.76% -
XYZ 35.05 34.82 12.27 -
YUV 156.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 194 153 79 0 0.21 0.59 0.24 38.61 0.49 0.54
Hex C2 99 4F 0 15 3B 18 27 31 36
Octal 302 231 117 0 25 73 30 47 61 66
Binary 11000010 10011001 1001111 0 10101 111011 11000 100111 110001 110110

Color Harmonies of #C2994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2994F

Black with #C2994F

Text Example


Text Example

White with #C2994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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