Html Css Color HEX #C9985E Twine

📋 copy color: '#C9985E'

red 201 ◦ green 152 ◦ blue 94

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

Shades of Twine #C9985E

Tints of Twine #C9985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 44.97%
G = 34%
B = 21.03%

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

#C9985E (or 0xC9985E) is known color: Twine. HEX triplet: C9, 98 and 5E. RGB value is (201,152,94). Sum of RGB (Red+Green+Blue) = 201+152+94=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9985E is #3667A1. Grayscale: #A0A0A0. Windows color (decimal): -3565474 or 6199497. OLE color: 6199497.

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

Color convert

RGB 201 152 94 -
CMYK 0 0.24 0.53 0.21
HSL 32.52º 0.5% 0.58% -
HSV(B) 32.52º 0.53% 0.79% -
XYZ 37.34 35.68 15.51 -
YUV 160.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 201 152 94 0 0.24 0.53 0.21 32.52 0.5 0.58
Hex C9 98 5E 0 18 35 15 21 32 3A
Octal 311 230 136 0 30 65 25 41 62 72
Binary 11001001 10011000 1011110 0 11000 110101 10101 100001 110010 111010

Color Harmonies of #C9985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9985E

Black with #C9985E

Text Example


Text Example

White with #C9985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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