Html Css Color HEX #C3955F Twine

📋 copy color: '#C3955F'

red 195 ◦ green 149 ◦ blue 95

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

Shades of Twine #C3955F

Tints of Twine #C3955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 95 (37.5% from 255) = 21.64%

R = 44.42%
G = 33.94%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3955F (or 0xC3955F) is known color: Twine. HEX triplet: C3, 95 and 5F. RGB value is (195,149,95). Sum of RGB (Red+Green+Blue) = 195+149+95=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955F is #3C6AA0. Grayscale: #9C9C9C. Windows color (decimal): -3959457 or 6264259. OLE color: 6264259.

HSL color Cylindrical-coordinate representation of color #C3955F: hue angle of 32.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3955F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 149 95 -
CMYK 0 0.24 0.51 0.24
HSL 32.4º 0.45% 0.57% -
HSV(B) 32.4º 0.51% 0.76% -
XYZ 35.32 33.92 15.51 -
YUV 156.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 195 149 95 0 0.24 0.51 0.24 32.4 0.45 0.57
Hex C3 95 5F 0 18 33 18 20 2D 39
Octal 303 225 137 0 30 63 30 40 55 71
Binary 11000011 10010101 1011111 0 11000 110011 11000 100000 101101 111001

Color Harmonies of #C3955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3955F

Black with #C3955F

Text Example


Text Example

White with #C3955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3955F; }

 p { color: rgb(195,149,95); }

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

background-color css

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

 a { background-color: rgb(195,149,95); }

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

border-color css

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

 span { border-color: rgb(195,149,95); }

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