#CC8E53

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

Shades of Twine #CC8E53

Tints of Twine #CC8E53

Color information

#CC8E53 (or 0xCC8E53) is unknown color: approx Twine. HEX triplet: CC, 8E and 53. RGB value is (204,142,83). Sum of RGB (Red+Green+Blue) = 204+142+83=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E53 is #3371AC. Grayscale: #9A9A9A. Windows color (decimal): -3371437 or 5476044. OLE color: 5476044.

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

Color convert

RGB20414283-
CMYK00.300.590.2
HSL29.26º54.26%56.27%-
HSV(B)29.26º59.31%80%-
XYZ36.1432.8112.61-
YUV153.8188.04163.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 83 (32.81% from 255) = 19.35%
R=47.55%
G=33.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041428300.300.590.229.2654.2656.27
HexCC8E5301E3B141d3638
Octal3142161230367324356670
Binary110011001000111010100110111101110111010011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E53; }

 p { color: rgb(204,142,83); }

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

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

 a { background-color: rgb(204,142,83); }

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

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

 span { border-color: rgb(204,142,83); }

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