Html Css Color HEX #C9985F Twine

📋 copy color: '#C9985F'

red 201 ◦ green 152 ◦ blue 95

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

Shades of Twine #C9985F

Tints of Twine #C9985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.93%

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

R = 44.87%
G = 33.93%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9985F (or 0xC9985F) is known color: Twine. HEX triplet: C9, 98 and 5F. RGB value is (201,152,95). Sum of RGB (Red+Green+Blue) = 201+152+95=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9985F is #3667A0. Grayscale: #A0A0A0. Windows color (decimal): -3565473 or 6265033. OLE color: 6265033.

HSL color Cylindrical-coordinate representation of color #C9985F: hue angle of 32.26º 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 #C9985F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 95 -
CMYK 0 0.24 0.53 0.21
HSL 32.26º 0.5% 0.58% -
HSV(B) 32.26º 0.53% 0.79% -
XYZ 37.38 35.7 15.75 -
YUV 160.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 201 152 95 0 0.24 0.53 0.21 32.26 0.5 0.58
Hex C9 98 5F 0 18 35 15 20 32 3A
Octal 311 230 137 0 30 65 25 40 62 72
Binary 11001001 10011000 1011111 0 11000 110101 10101 100000 110010 111010

Color Harmonies of #C9985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9985F

Black with #C9985F

Text Example


Text Example

White with #C9985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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