#CC9952

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

Shades of Twine #CC9952

Tints of Twine #CC9952

Color information

#CC9952 (or 0xCC9952) is unknown color: approx Twine. HEX triplet: CC, 99 and 52. RGB value is (204,153,82). Sum of RGB (Red+Green+Blue) = 204+153+82=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9952 is #3366AD. Grayscale: #A0A0A0. Windows color (decimal): -3368622 or 5413324. OLE color: 5413324.

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

Color convert

RGB20415382-
CMYK00.250.600.2
HSL34.92º54.46%56.08%-
HSV(B)34.92º59.8%80%-
XYZ37.8236.2312.98-
YUV160.1683.9159.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=46.47%
G=34.85%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041538200.250.600.234.9254.4656.08
HexCC99520193C14233638
Octal3142311220317424436670
Binary1100110010011001101001001100111110010100100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9952; }

 p { color: rgb(204,153,82); }

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

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

 a { background-color: rgb(204,153,82); }

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

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

 span { border-color: rgb(204,153,82); }

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