Html Css Color HEX #C2944C Tussock

📋 copy color: '#C2944C'

red 194 ◦ green 148 ◦ blue 76

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

Shades of Tussock #C2944C

Tints of Tussock #C2944C

RGB

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

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

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

R = 46.41%
G = 35.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2944C (or 0xC2944C) is known color: Tussock. HEX triplet: C2, 94 and 4C. RGB value is (194,148,76). Sum of RGB (Red+Green+Blue) = 194+148+76=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2944C is #3D6BB3. Grayscale: #999999. Windows color (decimal): -4025268 or 5018818. OLE color: 5018818.

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

Color convert

RGB 194 148 76 -
CMYK 0 0.24 0.61 0.24
HSL 36.61º 0.49% 0.53% -
HSV(B) 36.61º 0.61% 0.76% -
XYZ 34.14 33.17 11.44 -
YUV 153.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 194 148 76 0 0.24 0.61 0.24 36.61 0.49 0.53
Hex C2 94 4C 0 18 3D 18 25 31 35
Octal 302 224 114 0 30 75 30 45 61 65
Binary 11000010 10010100 1001100 0 11000 111101 11000 100101 110001 110101

Color Harmonies of #C2944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2944C

Black with #C2944C

Text Example


Text Example

White with #C2944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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