#C9995C

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

Shades of Twine #C9995C

Tints of Twine #C9995C

Color information

#C9995C (or 0xC9995C) is unknown color: approx Twine. HEX triplet: C9, 99 and 5C. RGB value is (201,153,92). Sum of RGB (Red+Green+Blue) = 201+153+92=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9995C is #3666A3. Grayscale: #A0A0A0. Windows color (decimal): -3565220 or 6068681. OLE color: 6068681.

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

Color convert

RGB20115392-
CMYK00.240.540.21
HSL33.58º50.23%57.45%-
HSV(B)33.58º54.23%78.82%-
XYZ37.4135.9715.1-
YUV160.489.4156.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=45.07%
G=34.30%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011539200.240.540.2133.5850.2357.45
HexC9995C0183615223239
Octal3112311340306625426271
Binary1100100110011001101110001100011011010101100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9995C; }

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

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

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

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

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

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

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

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