#C27860

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

Shades of Japonica #C27860

Tints of Japonica #C27860

Color information

#C27860 (or 0xC27860) is unknown color: approx Japonica. HEX triplet: C2, 78 and 60. RGB value is (194,120,96). Sum of RGB (Red+Green+Blue) = 194+120+96=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27860 is #3D879F. Grayscale: #8B8B8B. Windows color (decimal): -4032416 or 6322370. OLE color: 6322370.

HSL color Cylindrical-coordinate representation of color #C27860: hue angle of 14.69º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27860 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19412096-
CMYK00.380.510.24
HSL14.69º44.55%56.86%-
HSV(B)14.69º50.52%76.08%-
XYZ31.0825.7514.4-
YUV139.39103.52166.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=47.32%
G=29.27%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941209600.380.510.2414.6944.5556.86
HexC278600263318f2d39
Octal3021701400466330175571
Binary11000010111100011000000100110110011110001111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27860; }

 p { color: rgb(194,120,96); }

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

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

 a { background-color: rgb(194,120,96); }

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

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

 span { border-color: rgb(194,120,96); }

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