#CC7160

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

Shades of Japonica #CC7160

Tints of Japonica #CC7160

Color information

#CC7160 (or 0xCC7160) is unknown color: approx Japonica. HEX triplet: CC, 71 and 60. RGB value is (204,113,96). Sum of RGB (Red+Green+Blue) = 204+113+96=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7160 is #338E9F. Grayscale: #8A8A8A. Windows color (decimal): -3378848 or 6320588. OLE color: 6320588.

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

Color convert

RGB20411396-
CMYK00.450.530.2
HSL9.44º51.43%58.82%-
HSV(B)9.44º52.94%80%-
XYZ32.9225.4914.25-
YUV138.27104.15174.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=49.39%
G=27.36%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041139600.450.530.29.4451.4358.82
HexCC716002D35149333b
Octal3141611400556524116373
Binary11001100111000111000000101101110101101001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7160; }

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

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

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

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

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

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

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

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