Html Css Color HEX #C5995B Twine

📋 copy color: '#C5995B'

red 197 ◦ green 153 ◦ blue 91

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

Shades of Twine #C5995B

Tints of Twine #C5995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 44.67%
G = 34.69%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5995B (or 0xC5995B) is known color: Twine. HEX triplet: C5, 99 and 5B. RGB value is (197,153,91). Sum of RGB (Red+Green+Blue) = 197+153+91=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5995B is #3A66A4. Grayscale: #9F9F9F. Windows color (decimal): -3827365 or 6003141. OLE color: 6003141.

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

Color convert

RGB 197 153 91 -
CMYK 0 0.22 0.54 0.23
HSL 35.09º 0.48% 0.56% -
HSV(B) 35.09º 0.54% 0.77% -
XYZ 36.31 35.41 14.82 -
YUV 159.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 197 153 91 0 0.22 0.54 0.23 35.09 0.48 0.56
Hex C5 99 5B 0 16 36 17 23 30 38
Octal 305 231 133 0 26 66 27 43 60 70
Binary 11000101 10011001 1011011 0 10110 110110 10111 100011 110000 111000

Color Harmonies of #C5995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5995B

Black with #C5995B

Text Example


Text Example

White with #C5995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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