#CC9C57

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

Shades of Twine #CC9C57

Tints of Twine #CC9C57

Color information

#CC9C57 (or 0xCC9C57) is unknown color: approx Twine. HEX triplet: CC, 9C and 57. RGB value is (204,156,87). Sum of RGB (Red+Green+Blue) = 204+156+87=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C57 is #3363A8. Grayscale: #A2A2A2. Windows color (decimal): -3367849 or 5741772. OLE color: 5741772.

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

Color convert

RGB20415687-
CMYK00.240.570.2
HSL35.38º53.42%57.06%-
HSV(B)35.38º57.35%80%-
XYZ38.5137.314.19-
YUV162.4985.4157.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=45.64%
G=34.90%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041568700.240.570.235.3853.4257.06
HexCC9C570183914233539
Octal3142341270307124436571
Binary1100110010011100101011101100011100110100100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C57; }

 p { color: rgb(204,156,87); }

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

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

 a { background-color: rgb(204,156,87); }

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

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

 span { border-color: rgb(204,156,87); }

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