Html Css Color HEX #C58C5A Twine

📋 copy color: '#C58C5A'

red 197 ◦ green 140 ◦ blue 90

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

Shades of Twine #C58C5A

Tints of Twine #C58C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 46.14%
G = 32.79%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C58C5A (or 0xC58C5A) is known color: Twine. HEX triplet: C5, 8C and 5A. RGB value is (197,140,90). Sum of RGB (Red+Green+Blue) = 197+140+90=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C5A is #3A73A5. Grayscale: #979797. Windows color (decimal): -3830694 or 5934277. OLE color: 5934277.

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

Color convert

RGB 197 140 90 -
CMYK 0 0.29 0.54 0.23
HSL 28.04º 0.48% 0.56% -
HSV(B) 28.04º 0.54% 0.77% -
XYZ 34.25 31.36 13.92 -
YUV 151.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 197 140 90 0 0.29 0.54 0.23 28.04 0.48 0.56
Hex C5 8C 5A 0 1D 36 17 1C 30 38
Octal 305 214 132 0 35 66 27 34 60 70
Binary 11000101 10001100 1011010 0 11101 110110 10111 11100 110000 111000

Color Harmonies of #C58C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C5A

Black with #C58C5A

Text Example


Text Example

White with #C58C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C5A; }

 p { color: rgb(197,140,90); }

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

background-color css

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

 a { background-color: rgb(197,140,90); }

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

border-color css

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

 span { border-color: rgb(197,140,90); }

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