#CC9C51

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

Shades of Twine #CC9C51

Tints of Twine #CC9C51

Color information

#CC9C51 (or 0xCC9C51) is unknown color: approx Twine. HEX triplet: CC, 9C and 51. RGB value is (204,156,81). Sum of RGB (Red+Green+Blue) = 204+156+81=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C51 is #3363AE. Grayscale: #A2A2A2. Windows color (decimal): -3367855 or 5348556. OLE color: 5348556.

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

Color convert

RGB20415681-
CMYK00.240.600.2
HSL36.59º54.67%55.88%-
HSV(B)36.59º60.29%80%-
XYZ38.2837.2112.95-
YUV161.882.4158.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=46.26%
G=35.37%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041568100.240.600.236.5954.6755.88
HexCC9C510183C14253738
Octal3142341210307424456770
Binary1100110010011100101000101100011110010100100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C51; }

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

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

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

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

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

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

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

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