Html Css Color HEX #C5935F Twine

📋 copy color: '#C5935F'

red 197 ◦ green 147 ◦ blue 95

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

Shades of Twine #C5935F

Tints of Twine #C5935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

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

R = 44.87%
G = 33.49%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5935F (or 0xC5935F) is known color: Twine. HEX triplet: C5, 93 and 5F. RGB value is (197,147,95). Sum of RGB (Red+Green+Blue) = 197+147+95=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5935F is #3A6CA0. Grayscale: #9C9C9C. Windows color (decimal): -3828897 or 6263749. OLE color: 6263749.

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

Color convert

RGB 197 147 95 -
CMYK 0 0.25 0.52 0.23
HSL 30.59º 0.47% 0.57% -
HSV(B) 30.59º 0.52% 0.77% -
XYZ 35.53 33.56 15.43 -
YUV 156.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 197 147 95 0 0.25 0.52 0.23 30.59 0.47 0.57
Hex C5 93 5F 0 19 34 17 1F 2F 39
Octal 305 223 137 0 31 64 27 37 57 71
Binary 11000101 10010011 1011111 0 11001 110100 10111 11111 101111 111001

Color Harmonies of #C5935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5935F

Black with #C5935F

Text Example


Text Example

White with #C5935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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