#C9965C

Color #C9965C Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C9965C

Tints of Twine #C9965C

Color information

#C9965C (or 0xC9965C) is unknown color: approx Twine. HEX triplet: C9, 96 and 5C. RGB value is (201,150,92). Sum of RGB (Red+Green+Blue) = 201+150+92=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9965C is #3669A3. Grayscale: #9E9E9E. Windows color (decimal): -3565988 or 6067913. OLE color: 6067913.

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

Color convert

RGB20115092-
CMYK00.250.540.21
HSL31.93º50.23%57.45%-
HSV(B)31.93º54.23%78.82%-
XYZ36.933514.94-
YUV158.6490.4158.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=45.37%
G=33.86%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011509200.250.540.2131.9350.2357.45
HexC9965C0193615203239
Octal3112261340316625406271
Binary1100100110010110101110001100111011010101100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9965C; }

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

 H1.HeaderClassName
 {
   color: #C9965C;
 }
 .AnyTagClassName
 {
   color: #C9965C;
 }
</style>
background-color css

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

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

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

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

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

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