#CC7156

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

Shades of Japonica #CC7156

Tints of Japonica #CC7156

Color information

#CC7156 (or 0xCC7156) is unknown color: approx Japonica. HEX triplet: CC, 71 and 56. RGB value is (204,113,86). Sum of RGB (Red+Green+Blue) = 204+113+86=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7156 is #338EA9. Grayscale: #898989. Windows color (decimal): -3378858 or 5665228. OLE color: 5665228.

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

Color convert

RGB20411386-
CMYK00.450.580.2
HSL13.73º53.64%56.86%-
HSV(B)13.73º57.84%80%-
XYZ32.4925.3211.98-
YUV137.1399.15175.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=50.62%
G=28.04%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041138600.450.580.213.7353.6456.86
HexCC715602D3A14e3639
Octal3141611260557224166671
Binary11001100111000110101100101101111010101001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7156; }

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

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

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

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

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

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

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

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