Html Css Color HEX #C58655 Twine

📋 copy color: '#C58655'

red 197 ◦ green 134 ◦ blue 85

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

Shades of Twine #C58655

Tints of Twine #C58655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 47.36%
G = 32.21%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C58655 (or 0xC58655) is known color: Twine. HEX triplet: C5, 86 and 55. RGB value is (197,134,85). Sum of RGB (Red+Green+Blue) = 197+134+85=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58655 is #3A79AA. Grayscale: #939393. Windows color (decimal): -3832235 or 5605061. OLE color: 5605061.

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

Color convert

RGB 197 134 85 -
CMYK 0 0.32 0.57 0.23
HSL 26.25º 0.49% 0.55% -
HSV(B) 26.25º 0.57% 0.77% -
XYZ 33.19 29.58 12.55 -
YUV 147.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 197 134 85 0 0.32 0.57 0.23 26.25 0.49 0.55
Hex C5 86 55 0 20 39 17 1A 31 37
Octal 305 206 125 0 40 71 27 32 61 67
Binary 11000101 10000110 1010101 0 100000 111001 10111 11010 110001 110111

Color Harmonies of #C58655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58655

Black with #C58655

Text Example


Text Example

White with #C58655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58655; }

 p { color: rgb(197,134,85); }

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

background-color css

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

 a { background-color: rgb(197,134,85); }

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

border-color css

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

 span { border-color: rgb(197,134,85); }

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