#CC9C58

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

Shades of Twine #CC9C58

Tints of Twine #CC9C58

Color information

#CC9C58 (or 0xCC9C58) is unknown color: approx Twine. HEX triplet: CC, 9C and 58. RGB value is (204,156,88). Sum of RGB (Red+Green+Blue) = 204+156+88=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C58 is #3363A7. Grayscale: #A2A2A2. Windows color (decimal): -3367848 or 5807308. OLE color: 5807308.

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

Color convert

RGB20415688-
CMYK00.240.570.2
HSL35.17º53.21%57.25%-
HSV(B)35.17º56.86%80%-
XYZ38.5537.3214.4-
YUV162.685.9157.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 88 (34.77% from 255) = 19.64%
R=45.54%
G=34.82%
B=19.64%

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
Decimal2041568800.240.570.235.1753.2157.25
HexCC9C580183914233539
Octal3142341300307124436571
Binary1100110010011100101100001100011100110100100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C58; }

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

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

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

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

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

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

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

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