Html Css Color HEX #C9975B Twine

📋 copy color: '#C9975B'

red 201 ◦ green 151 ◦ blue 91

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

Shades of Twine #C9975B

Tints of Twine #C9975B

RGB

 RED value IS 201 (78.91% from 255) = 45.37%

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 45.37%
G = 34.09%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9975B (or 0xC9975B) is known color: Twine. HEX triplet: C9, 97 and 5B. RGB value is (201,151,91). Sum of RGB (Red+Green+Blue) = 201+151+91=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9975B is #3668A4. Grayscale: #9F9F9F. Windows color (decimal): -3565733 or 6002633. OLE color: 6002633.

HSL color Cylindrical-coordinate representation of color #C9975B: hue angle of 32.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9975B is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 91 -
CMYK 0 0.25 0.55 0.21
HSL 32.73º 0.5% 0.57% -
HSV(B) 32.73º 0.55% 0.79% -
XYZ 37.04 35.31 14.76 -
YUV 159.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 201 151 91 0 0.25 0.55 0.21 32.73 0.5 0.57
Hex C9 97 5B 0 19 37 15 21 32 39
Octal 311 227 133 0 31 67 25 41 62 71
Binary 11001001 10010111 1011011 0 11001 110111 10101 100001 110010 111001

Color Harmonies of #C9975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9975B

Black with #C9975B

Text Example


Text Example

White with #C9975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9975B; }

 p { color: rgb(201,151,91); }

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

background-color css

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

 a { background-color: rgb(201,151,91); }

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

border-color css

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

 span { border-color: rgb(201,151,91); }

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