#C27156

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

Shades of Japonica #C27156

Tints of Japonica #C27156

Color information

#C27156 (or 0xC27156) is unknown color: approx Japonica. HEX triplet: C2, 71 and 56. RGB value is (194,113,86). Sum of RGB (Red+Green+Blue) = 194+113+86=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27156 is #3D8EA9. Grayscale: #868686. Windows color (decimal): -4034218 or 5665218. OLE color: 5665218.

HSL color Cylindrical-coordinate representation of color #C27156: hue angle of 15º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27156 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19411386-
CMYK00.420.560.24
HSL15º46.96%54.9%-
HSV(B)15º55.67%76.08%-
XYZ29.8323.9511.85-
YUV134.14100.84170.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=49.36%
G=28.75%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941138600.420.560.241546.9654.9
HexC2715602A3818f2f37
Octal3021611260527030175767
Binary11000010111000110101100101010111000110001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27156; }

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

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

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

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

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

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

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

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