#CC9859

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

Shades of Twine #CC9859

Tints of Twine #CC9859

Color information

#CC9859 (or 0xCC9859) is unknown color: approx Twine. HEX triplet: CC, 98 and 59. RGB value is (204,152,89). Sum of RGB (Red+Green+Blue) = 204+152+89=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9859 is #3367A6. Grayscale: #A0A0A0. Windows color (decimal): -3368871 or 5871820. OLE color: 5871820.

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

Color convert

RGB20415289-
CMYK00.250.560.2
HSL32.87º53%57.45%-
HSV(B)32.87º56.37%80%-
XYZ37.9336.0214.4-
YUV160.3787.73159.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 89 (35.16% from 255) = 20%
R=45.84%
G=34.16%
B=20%

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
Decimal2041528900.250.560.232.875357.45
HexCC98590193814213539
Octal3142301310317024416571
Binary1100110010011000101100101100111100010100100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9859; }

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

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

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

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

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

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

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

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