Html Css Color HEX #C9965E Twine

📋 copy color: '#C9965E'

red 201 ◦ green 150 ◦ blue 94

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

Shades of Twine #C9965E

Tints of Twine #C9965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

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

R = 45.17%
G = 33.71%
B = 21.12%

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

#C9965E (or 0xC9965E) is known color: Twine. HEX triplet: C9, 96 and 5E. RGB value is (201,150,94). Sum of RGB (Red+Green+Blue) = 201+150+94=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9965E is #3669A1. Grayscale: #9F9F9F. Windows color (decimal): -3565986 or 6198985. OLE color: 6198985.

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

Color convert

RGB 201 150 94 -
CMYK 0 0.25 0.53 0.21
HSL 31.4º 0.5% 0.58% -
HSV(B) 31.4º 0.53% 0.79% -
XYZ 37.01 35.04 15.4 -
YUV 158.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 201 150 94 0 0.25 0.53 0.21 31.4 0.5 0.58
Hex C9 96 5E 0 19 35 15 1F 32 3A
Octal 311 226 136 0 31 65 25 37 62 72
Binary 11001001 10010110 1011110 0 11001 110101 10101 11111 110010 111010

Color Harmonies of #C9965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9965E

Black with #C9965E

Text Example


Text Example

White with #C9965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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