Html Css Color HEX #C2934D Tussock

📋 copy color: '#C2934D'

red 194 ◦ green 147 ◦ blue 77

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

Shades of Tussock #C2934D

Tints of Tussock #C2934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 46.41%
G = 35.17%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2934D (or 0xC2934D) is known color: Tussock. HEX triplet: C2, 93 and 4D. RGB value is (194,147,77). Sum of RGB (Red+Green+Blue) = 194+147+77=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2934D is #3D6CB2. Grayscale: #999999. Windows color (decimal): -4025523 or 5084098. OLE color: 5084098.

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

Color convert

RGB 194 147 77 -
CMYK 0 0.24 0.60 0.24
HSL 35.9º 0.49% 0.53% -
HSV(B) 35.9º 0.6% 0.76% -
XYZ 34.02 32.87 11.57 -
YUV 153.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 194 147 77 0 0.24 0.60 0.24 35.9 0.49 0.53
Hex C2 93 4D 0 18 3C 18 24 31 35
Octal 302 223 115 0 30 74 30 44 61 65
Binary 11000010 10010011 1001101 0 11000 111100 11000 100100 110001 110101

Color Harmonies of #C2934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2934D

Black with #C2934D

Text Example


Text Example

White with #C2934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2934D; }

 p { color: rgb(194,147,77); }

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

background-color css

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

 a { background-color: rgb(194,147,77); }

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

border-color css

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

 span { border-color: rgb(194,147,77); }

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