#CC9256

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

Shades of Twine #CC9256

Tints of Twine #CC9256

Color information

#CC9256 (or 0xCC9256) is unknown color: approx Twine. HEX triplet: CC, 92 and 56. RGB value is (204,146,86). Sum of RGB (Red+Green+Blue) = 204+146+86=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9256 is #336DA9. Grayscale: #9C9C9C. Windows color (decimal): -3370410 or 5673676. OLE color: 5673676.

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

Color convert

RGB20414686-
CMYK00.280.580.2
HSL30.51º53.64%56.86%-
HSV(B)30.51º57.84%80%-
XYZ36.8634.0713.44-
YUV156.588.22161.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=46.79%
G=33.49%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041468600.280.580.230.5153.6456.86
HexCC925601C3A141f3639
Octal3142221260347224376671
Binary110011001001001010101100111001110101010011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9256; }

 p { color: rgb(204,146,86); }

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

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

 a { background-color: rgb(204,146,86); }

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

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

 span { border-color: rgb(204,146,86); }

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