Html Css Color HEX #C39C4E Tussock

📋 copy color: '#C39C4E'

red 195 ◦ green 156 ◦ blue 78

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

Shades of Tussock #C39C4E

Tints of Tussock #C39C4E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

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

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C39C4E (or 0xC39C4E) is known color: Tussock. HEX triplet: C3, 9C and 4E. RGB value is (195,156,78). Sum of RGB (Red+Green+Blue) = 195+156+78=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C4E is #3C63B1. Grayscale: #9F9F9F. Windows color (decimal): -3957682 or 5151939. OLE color: 5151939.

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

Color convert

RGB 195 156 78 -
CMYK 0 0.20 0.6 0.24
HSL 40º 0.49% 0.54% -
HSV(B) 40º 0.6% 0.76% -
XYZ 35.77 35.93 12.26 -
YUV 158.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 195 156 78 0 0.20 0.6 0.24 40 0.49 0.54
Hex C3 9C 4E 0 14 3C 18 28 31 36
Octal 303 234 116 0 24 74 30 50 61 66
Binary 11000011 10011100 1001110 0 10100 111100 11000 101000 110001 110110

Color Harmonies of #C39C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C4E

Black with #C39C4E

Text Example


Text Example

White with #C39C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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