Html Css Color HEX #C4955C Twine

📋 copy color: '#C4955C'

red 196 ◦ green 149 ◦ blue 92

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

Shades of Twine #C4955C

Tints of Twine #C4955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 44.85%
G = 34.1%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4955C (or 0xC4955C) is known color: Twine. HEX triplet: C4, 95 and 5C. RGB value is (196,149,92). Sum of RGB (Red+Green+Blue) = 196+149+92=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4955C is #3B6AA3. Grayscale: #9C9C9C. Windows color (decimal): -3893924 or 6067652. OLE color: 6067652.

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

Color convert

RGB 196 149 92 -
CMYK 0 0.24 0.53 0.23
HSL 32.88º 0.47% 0.56% -
HSV(B) 32.88º 0.53% 0.77% -
XYZ 35.44 34 14.82 -
YUV 156.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 196 149 92 0 0.24 0.53 0.23 32.88 0.47 0.56
Hex C4 95 5C 0 18 35 17 21 2F 38
Octal 304 225 134 0 30 65 27 41 57 70
Binary 11000100 10010101 1011100 0 11000 110101 10111 100001 101111 111000

Color Harmonies of #C4955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4955C

Black with #C4955C

Text Example


Text Example

White with #C4955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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