Html Css Color HEX #C3984A Tussock

📋 copy color: '#C3984A'

red 195 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C3984A

Tints of Tussock #C3984A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 46.32%
G = 36.1%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3984A (or 0xC3984A) is known color: Tussock. HEX triplet: C3, 98 and 4A. RGB value is (195,152,74). Sum of RGB (Red+Green+Blue) = 195+152+74=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3984A is #3C67B5. Grayscale: #9C9C9C. Windows color (decimal): -3958710 or 4888771. OLE color: 4888771.

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

Color convert

RGB 195 152 74 -
CMYK 0 0.22 0.62 0.24
HSL 38.68º 0.5% 0.53% -
HSV(B) 38.68º 0.62% 0.76% -
XYZ 34.97 34.55 11.3 -
YUV 155.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 195 152 74 0 0.22 0.62 0.24 38.68 0.5 0.53
Hex C3 98 4A 0 16 3E 18 27 32 35
Octal 303 230 112 0 26 76 30 47 62 65
Binary 11000011 10011000 1001010 0 10110 111110 11000 100111 110010 110101

Color Harmonies of #C3984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3984A

Black with #C3984A

Text Example


Text Example

White with #C3984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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