Html Css Color HEX #C3964C Tussock

📋 copy color: '#C3964C'

red 195 ◦ green 150 ◦ blue 76

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

Shades of Tussock #C3964C

Tints of Tussock #C3964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

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

R = 46.32%
G = 35.63%
B = 18.05%

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

#C3964C (or 0xC3964C) is known color: Tussock. HEX triplet: C3, 96 and 4C. RGB value is (195,150,76). Sum of RGB (Red+Green+Blue) = 195+150+76=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3964C is #3C69B3. Grayscale: #9B9B9B. Windows color (decimal): -3959220 or 5019331. OLE color: 5019331.

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

Color convert

RGB 195 150 76 -
CMYK 0 0.23 0.61 0.24
HSL 37.31º 0.5% 0.53% -
HSV(B) 37.31º 0.61% 0.76% -
XYZ 34.72 33.94 11.56 -
YUV 155.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 195 150 76 0 0.23 0.61 0.24 37.31 0.5 0.53
Hex C3 96 4C 0 17 3D 18 25 32 35
Octal 303 226 114 0 27 75 30 45 62 65
Binary 11000011 10010110 1001100 0 10111 111101 11000 100101 110010 110101

Color Harmonies of #C3964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3964C

Black with #C3964C

Text Example


Text Example

White with #C3964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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