Html Css Color HEX #C3974C Tussock

📋 copy color: '#C3974C'

red 195 ◦ green 151 ◦ blue 76

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

Shades of Tussock #C3974C

Tints of Tussock #C3974C

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 46.21%
G = 35.78%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3974C (or 0xC3974C) is known color: Tussock. HEX triplet: C3, 97 and 4C. RGB value is (195,151,76). Sum of RGB (Red+Green+Blue) = 195+151+76=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3974C is #3C68B3. Grayscale: #9B9B9B. Windows color (decimal): -3958964 or 5019587. OLE color: 5019587.

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

Color convert

RGB 195 151 76 -
CMYK 0 0.23 0.61 0.24
HSL 37.82º 0.5% 0.53% -
HSV(B) 37.82º 0.61% 0.76% -
XYZ 34.88 34.26 11.61 -
YUV 155.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 195 151 76 0 0.23 0.61 0.24 37.82 0.5 0.53
Hex C3 97 4C 0 17 3D 18 26 32 35
Octal 303 227 114 0 27 75 30 46 62 65
Binary 11000011 10010111 1001100 0 10111 111101 11000 100110 110010 110101

Color Harmonies of #C3974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3974C

Black with #C3974C

Text Example


Text Example

White with #C3974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3974C; }

 p { color: rgb(195,151,76); }

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

background-color css

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

 a { background-color: rgb(195,151,76); }

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

border-color css

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

 span { border-color: rgb(195,151,76); }

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