#cc9750

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

Shades of Twine #CC9750

Tints of Twine #CC9750

Color information

#CC9750 (or 0xCC9750) is unknown color: approx Twine. HEX triplet: CC, 97 and 50. RGB value is (204,151,80). Sum of RGB (Red+Green+Blue) = 204+151+80=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9750 is #3368AF. Grayscale: #9F9F9F. Windows color (decimal): -3369136 or 5281740. OLE color: 5281740.

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

Color convert

RGB20415180-
CMYK00.260.610.2
HSL34.35º54.87%55.69%-
HSV(B)34.35º60.78%80%-
XYZ37.4235.5512.48-
YUV158.7583.56160.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=46.90%
G=34.71%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041518000.260.610.234.3554.8755.69
HexCC975001A3D14223738
Octal3142271200327524426770
Binary1100110010010111101000001101011110110100100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9750; }

 p { color: rgb(204,151,80); }

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

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

 a { background-color: rgb(204,151,80); }

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

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

 span { border-color: rgb(204,151,80); }

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