#CC7559

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

Shades of Japonica #CC7559

Tints of Japonica #CC7559

Color information

#CC7559 (or 0xCC7559) is unknown color: approx Japonica. HEX triplet: CC, 75 and 59. RGB value is (204,117,89). Sum of RGB (Red+Green+Blue) = 204+117+89=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7559 is #338AA6. Grayscale: #8C8C8C. Windows color (decimal): -3377831 or 5862860. OLE color: 5862860.

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

Color convert

RGB20411789-
CMYK00.430.560.2
HSL14.61º53%57.45%-
HSV(B)14.61º56.37%80%-
XYZ33.0726.2812.78-
YUV139.8299.32173.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=49.76%
G=28.54%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041178900.430.560.214.615357.45
HexCC755902B3814f3539
Octal3141651310537024176571
Binary11001100111010110110010101011111000101001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7559; }

 p { color: rgb(204,117,89); }

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

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

 a { background-color: rgb(204,117,89); }

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

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

 span { border-color: rgb(204,117,89); }

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