Html Css Color HEX #C2914F Tussock

📋 copy color: '#C2914F'

red 194 ◦ green 145 ◦ blue 79

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

Shades of Tussock #C2914F

Tints of Tussock #C2914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 46.41%
G = 34.69%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2914F (or 0xC2914F) is known color: Tussock. HEX triplet: C2, 91 and 4F. RGB value is (194,145,79). Sum of RGB (Red+Green+Blue) = 194+145+79=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2914F is #3D6EB0. Grayscale: #989898. Windows color (decimal): -4026033 or 5214658. OLE color: 5214658.

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

Color convert

RGB 194 145 79 -
CMYK 0 0.25 0.59 0.24
HSL 34.43º 0.49% 0.54% -
HSV(B) 34.43º 0.59% 0.76% -
XYZ 33.78 32.28 11.85 -
YUV 152.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 194 145 79 0 0.25 0.59 0.24 34.43 0.49 0.54
Hex C2 91 4F 0 19 3B 18 22 31 36
Octal 302 221 117 0 31 73 30 42 61 66
Binary 11000010 10010001 1001111 0 11001 111011 11000 100010 110001 110110

Color Harmonies of #C2914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2914F

Black with #C2914F

Text Example


Text Example

White with #C2914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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