Html Css Color HEX #C5975F Twine

📋 copy color: '#C5975F'

red 197 ◦ green 151 ◦ blue 95

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

Shades of Twine #C5975F

Tints of Twine #C5975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 44.47%
G = 34.09%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5975F (or 0xC5975F) is known color: Twine. HEX triplet: C5, 97 and 5F. RGB value is (197,151,95). Sum of RGB (Red+Green+Blue) = 197+151+95=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5975F is #3A68A0. Grayscale: #9E9E9E. Windows color (decimal): -3827873 or 6264773. OLE color: 6264773.

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

Color convert

RGB 197 151 95 -
CMYK 0 0.23 0.52 0.23
HSL 32.94º 0.47% 0.57% -
HSV(B) 32.94º 0.52% 0.77% -
XYZ 36.16 34.83 15.64 -
YUV 158.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 197 151 95 0 0.23 0.52 0.23 32.94 0.47 0.57
Hex C5 97 5F 0 17 34 17 21 2F 39
Octal 305 227 137 0 27 64 27 41 57 71
Binary 11000101 10010111 1011111 0 10111 110100 10111 100001 101111 111001

Color Harmonies of #C5975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5975F

Black with #C5975F

Text Example


Text Example

White with #C5975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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