#CC9852

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

Shades of Twine #CC9852

Tints of Twine #CC9852

Color information

#CC9852 (or 0xCC9852) is unknown color: approx Twine. HEX triplet: CC, 98 and 52. RGB value is (204,152,82). Sum of RGB (Red+Green+Blue) = 204+152+82=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9852 is #3367AD. Grayscale: #9F9F9F. Windows color (decimal): -3368878 or 5413068. OLE color: 5413068.

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

Color convert

RGB20415282-
CMYK00.250.600.2
HSL34.43º54.46%56.08%-
HSV(B)34.43º59.8%80%-
XYZ37.6535.912.93-
YUV159.5784.23159.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=46.58%
G=34.70%
B=18.72%

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
Decimal2041528200.250.600.234.4354.4656.08
HexCC98520193C14223638
Octal3142301220317424426670
Binary1100110010011000101001001100111110010100100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9852; }

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

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

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

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

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

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

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

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