Html Css Color HEX #C2944F Tussock

📋 copy color: '#C2944F'

red 194 ◦ green 148 ◦ blue 79

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

Shades of Tussock #C2944F

Tints of Tussock #C2944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 46.08%
G = 35.15%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2944F (or 0xC2944F) is known color: Tussock. HEX triplet: C2, 94 and 4F. RGB value is (194,148,79). Sum of RGB (Red+Green+Blue) = 194+148+79=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2944F is #3D6BB0. Grayscale: #9A9A9A. Windows color (decimal): -4025265 or 5215426. OLE color: 5215426.

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

Color convert

RGB 194 148 79 -
CMYK 0 0.24 0.59 0.24
HSL 36º 0.49% 0.54% -
HSV(B) 36º 0.59% 0.76% -
XYZ 34.25 33.21 12 -
YUV 153.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 194 148 79 0 0.24 0.59 0.24 36 0.49 0.54
Hex C2 94 4F 0 18 3B 18 24 31 36
Octal 302 224 117 0 30 73 30 44 61 66
Binary 11000010 10010100 1001111 0 11000 111011 11000 100100 110001 110110

Color Harmonies of #C2944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2944F

Black with #C2944F

Text Example


Text Example

White with #C2944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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