#CC9959

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

Shades of Twine #CC9959

Tints of Twine #CC9959

Color information

#CC9959 (or 0xCC9959) is unknown color: approx Twine. HEX triplet: CC, 99 and 59. RGB value is (204,153,89). Sum of RGB (Red+Green+Blue) = 204+153+89=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9959 is #3366A6. Grayscale: #A1A1A1. Windows color (decimal): -3368615 or 5872076. OLE color: 5872076.

HSL color Cylindrical-coordinate representation of color #CC9959: hue angle of 33.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC9959 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20415389-
CMYK00.250.560.2
HSL33.39º53%57.45%-
HSV(B)33.39º56.37%80%-
XYZ38.136.3414.46-
YUV160.9587.4158.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 89 (35.16% from 255) = 19.96%
R=45.74%
G=34.30%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041538900.250.560.233.395357.45
HexCC99590193814213539
Octal3142311310317024416571
Binary1100110010011001101100101100111100010100100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9959; }

 p { color: rgb(204,153,89); }

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

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

 a { background-color: rgb(204,153,89); }

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

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

 span { border-color: rgb(204,153,89); }

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