Html Css Color HEX #C3984E Tussock

📋 copy color: '#C3984E'

red 195 ◦ green 152 ◦ blue 78

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

Shades of Tussock #C3984E

Tints of Tussock #C3984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 78 (30.86% from 255) = 18.35%

R = 45.88%
G = 35.76%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3984E (or 0xC3984E) is known color: Tussock. HEX triplet: C3, 98 and 4E. RGB value is (195,152,78). Sum of RGB (Red+Green+Blue) = 195+152+78=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3984E is #3C67B1. Grayscale: #9C9C9C. Windows color (decimal): -3958706 or 5150915. OLE color: 5150915.

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

Color convert

RGB 195 152 78 -
CMYK 0 0.22 0.6 0.24
HSL 37.95º 0.49% 0.54% -
HSV(B) 37.95º 0.6% 0.76% -
XYZ 35.11 34.61 12.04 -
YUV 156.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 195 152 78 0 0.22 0.6 0.24 37.95 0.49 0.54
Hex C3 98 4E 0 16 3C 18 26 31 36
Octal 303 230 116 0 26 74 30 46 61 66
Binary 11000011 10011000 1001110 0 10110 111100 11000 100110 110001 110110

Color Harmonies of #C3984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3984E

Black with #C3984E

Text Example


Text Example

White with #C3984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3984E; }

 p { color: rgb(195,152,78); }

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

background-color css

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

 a { background-color: rgb(195,152,78); }

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

border-color css

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

 span { border-color: rgb(195,152,78); }

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