Html Css Color HEX #C5995F Twine

📋 copy color: '#C5995F'

red 197 ◦ green 153 ◦ blue 95

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

Shades of Twine #C5995F

Tints of Twine #C5995F

RGB

 RED value IS 197 (77.34% from 255) = 44.27%

 GREEN value IS 153 (60.16% from 255) = 34.38%

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

R = 44.27%
G = 34.38%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5995F (or 0xC5995F) is known color: Twine. HEX triplet: C5, 99 and 5F. RGB value is (197,153,95). Sum of RGB (Red+Green+Blue) = 197+153+95=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5995F is #3A66A0. Grayscale: #9F9F9F. Windows color (decimal): -3827361 or 6265285. OLE color: 6265285.

HSL color Cylindrical-coordinate representation of color #C5995F: hue angle of 34.12º degrees, saturation: 0.47, 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 #C5995F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 95 -
CMYK 0 0.22 0.52 0.23
HSL 34.12º 0.47% 0.57% -
HSV(B) 34.12º 0.52% 0.77% -
XYZ 36.48 35.48 15.75 -
YUV 159.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 197 153 95 0 0.22 0.52 0.23 34.12 0.47 0.57
Hex C5 99 5F 0 16 34 17 22 2F 39
Octal 305 231 137 0 26 64 27 42 57 71
Binary 11000101 10011001 1011111 0 10110 110100 10111 100010 101111 111001

Color Harmonies of #C5995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5995F

Black with #C5995F

Text Example


Text Example

White with #C5995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5995F; }

 p { color: rgb(197,153,95); }

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

background-color css

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

 a { background-color: rgb(197,153,95); }

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

border-color css

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

 span { border-color: rgb(197,153,95); }

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