#C99A5D

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

Shades of Twine #C99A5D

Tints of Twine #C99A5D

Color information

#C99A5D (or 0xC99A5D) is unknown color: approx Twine. HEX triplet: C9, 9A and 5D. RGB value is (201,154,93). Sum of RGB (Red+Green+Blue) = 201+154+93=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A5D is #3665A2. Grayscale: #A1A1A1. Windows color (decimal): -3564963 or 6134473. OLE color: 6134473.

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

Color convert

RGB20115493-
CMYK00.230.540.21
HSL33.89º50%57.65%-
HSV(B)33.89º53.73%78.82%-
XYZ37.6236.3215.38-
YUV161.189.57156.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=44.87%
G=34.38%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011549300.230.540.2133.895057.65
HexC99A5D017361522323a
Octal3112321350276625426272
Binary1100100110011010101110101011111011010101100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A5D; }

 p { color: rgb(201,154,93); }

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

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

 a { background-color: rgb(201,154,93); }

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

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

 span { border-color: rgb(201,154,93); }

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