#CC8F52

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

Shades of Twine #CC8F52

Tints of Twine #CC8F52

Color information

#CC8F52 (or 0xCC8F52) is unknown color: approx Twine. HEX triplet: CC, 8F and 52. RGB value is (204,143,82). Sum of RGB (Red+Green+Blue) = 204+143+82=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F52 is #3370AD. Grayscale: #9A9A9A. Windows color (decimal): -3371182 or 5410764. OLE color: 5410764.

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

Color convert

RGB20414382-
CMYK00.300.600.2
HSL30º54.46%56.08%-
HSV(B)30º59.8%80%-
XYZ36.2533.0912.46-
YUV154.2887.21163.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=47.55%
G=33.33%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041438200.300.600.23054.4656.08
HexCC8F5201E3C141e3638
Octal3142171220367424366670
Binary110011001000111110100100111101111001010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8F52; }

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

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

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

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

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

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

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

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