Html Css Color HEX #C9975F Twine

📋 copy color: '#C9975F'

red 201 ◦ green 151 ◦ blue 95

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

Shades of Twine #C9975F

Tints of Twine #C9975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 44.97%
G = 33.78%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9975F (or 0xC9975F) is known color: Twine. HEX triplet: C9, 97 and 5F. RGB value is (201,151,95). Sum of RGB (Red+Green+Blue) = 201+151+95=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9975F is #3668A0. Grayscale: #9F9F9F. Windows color (decimal): -3565729 or 6264777. OLE color: 6264777.

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

Color convert

RGB 201 151 95 -
CMYK 0 0.25 0.53 0.21
HSL 31.7º 0.5% 0.58% -
HSV(B) 31.7º 0.53% 0.79% -
XYZ 37.22 35.38 15.69 -
YUV 159.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 201 151 95 0 0.25 0.53 0.21 31.7 0.5 0.58
Hex C9 97 5F 0 19 35 15 20 32 3A
Octal 311 227 137 0 31 65 25 40 62 72
Binary 11001001 10010111 1011111 0 11001 110101 10101 100000 110010 111010

Color Harmonies of #C9975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9975F

Black with #C9975F

Text Example


Text Example

White with #C9975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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