Html Css Color HEX #C4955F Twine

📋 copy color: '#C4955F'

red 196 ◦ green 149 ◦ blue 95

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

Shades of Twine #C4955F

Tints of Twine #C4955F

RGB

 RED value IS 196 (76.95% from 255) = 44.55%

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

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

R = 44.55%
G = 33.86%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4955F (or 0xC4955F) is known color: Twine. HEX triplet: C4, 95 and 5F. RGB value is (196,149,95). Sum of RGB (Red+Green+Blue) = 196+149+95=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4955F is #3B6AA0. Grayscale: #9D9D9D. Windows color (decimal): -3893921 or 6264260. OLE color: 6264260.

HSL color Cylindrical-coordinate representation of color #C4955F: hue angle of 32.08º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4955F is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 95 -
CMYK 0 0.24 0.52 0.23
HSL 32.08º 0.46% 0.57% -
HSV(B) 32.08º 0.52% 0.77% -
XYZ 35.58 34.06 15.52 -
YUV 156.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 196 149 95 0 0.24 0.52 0.23 32.08 0.46 0.57
Hex C4 95 5F 0 18 34 17 20 2E 39
Octal 304 225 137 0 30 64 27 40 56 71
Binary 11000100 10010101 1011111 0 11000 110100 10111 100000 101110 111001

Color Harmonies of #C4955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4955F

Black with #C4955F

Text Example


Text Example

White with #C4955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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