Html Css Color HEX #C5925B Twine

📋 copy color: '#C5925B'

red 197 ◦ green 146 ◦ blue 91

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

Shades of Twine #C5925B

Tints of Twine #C5925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 45.39%
G = 33.64%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5925B (or 0xC5925B) is known color: Twine. HEX triplet: C5, 92 and 5B. RGB value is (197,146,91). Sum of RGB (Red+Green+Blue) = 197+146+91=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5925B is #3A6DA4. Grayscale: #9B9B9B. Windows color (decimal): -3829157 or 6001349. OLE color: 6001349.

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

Color convert

RGB 197 146 91 -
CMYK 0 0.26 0.54 0.23
HSL 31.13º 0.48% 0.56% -
HSV(B) 31.13º 0.54% 0.77% -
XYZ 35.19 33.18 14.45 -
YUV 154.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 197 146 91 0 0.26 0.54 0.23 31.13 0.48 0.56
Hex C5 92 5B 0 1A 36 17 1F 30 38
Octal 305 222 133 0 32 66 27 37 60 70
Binary 11000101 10010010 1011011 0 11010 110110 10111 11111 110000 111000

Color Harmonies of #C5925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5925B

Black with #C5925B

Text Example


Text Example

White with #C5925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5925B; }

 p { color: rgb(197,146,91); }

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

background-color css

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

 a { background-color: rgb(197,146,91); }

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

border-color css

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

 span { border-color: rgb(197,146,91); }

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