#CC7560

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

Shades of Japonica #CC7560

Tints of Japonica #CC7560

Color information

#CC7560 (or 0xCC7560) is unknown color: approx Japonica. HEX triplet: CC, 75 and 60. RGB value is (204,117,96). Sum of RGB (Red+Green+Blue) = 204+117+96=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7560 is #338A9F. Grayscale: #8C8C8C. Windows color (decimal): -3377824 or 6321612. OLE color: 6321612.

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

Color convert

RGB20411796-
CMYK00.430.530.2
HSL11.67º51.43%58.82%-
HSV(B)11.67º52.94%80%-
XYZ33.3726.414.4-
YUV140.62102.82173.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=48.92%
G=28.06%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041179600.430.530.211.6751.4358.82
HexCC756002B3514c333b
Octal3141651400536524146373
Binary11001100111010111000000101011110101101001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7560; }

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

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

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

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

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

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

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

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