#CC9554

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

Shades of Twine #CC9554

Tints of Twine #CC9554

Color information

#CC9554 (or 0xCC9554) is unknown color: approx Twine. HEX triplet: CC, 95 and 54. RGB value is (204,149,84). Sum of RGB (Red+Green+Blue) = 204+149+84=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9554 is #336AAB. Grayscale: #9E9E9E. Windows color (decimal): -3369644 or 5543372. OLE color: 5543372.

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

Color convert

RGB20414984-
CMYK00.270.590.2
HSL32.5º54.05%56.47%-
HSV(B)32.5º58.82%80%-
XYZ37.2534.9713.17-
YUV158.0486.22160.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=46.68%
G=34.10%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041498400.270.590.232.554.0556.47
HexCC955401B3B14213638
Octal3142251240337324416670
Binary1100110010010101101010001101111101110100100001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9554; }

 p { color: rgb(204,149,84); }

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

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

 a { background-color: rgb(204,149,84); }

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

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

 span { border-color: rgb(204,149,84); }

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