#CC9451

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

Shades of Twine #CC9451

Tints of Twine #CC9451

Color information

#CC9451 (or 0xCC9451) is unknown color: approx Twine. HEX triplet: CC, 94 and 51. RGB value is (204,148,81). Sum of RGB (Red+Green+Blue) = 204+148+81=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9451 is #336BAE. Grayscale: #9D9D9D. Windows color (decimal): -3369903 or 5346508. OLE color: 5346508.

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

Color convert

RGB20414881-
CMYK00.270.600.2
HSL32.68º54.67%55.88%-
HSV(B)32.68º60.29%80%-
XYZ36.9834.6112.52-
YUV157.1185.05161.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=47.11%
G=34.18%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041488100.270.600.232.6854.6755.88
HexCC945101B3C14213738
Octal3142241210337424416770
Binary1100110010010100101000101101111110010100100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9451; }

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

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

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

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

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

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

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

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