#C27A5D

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

Shades of Japonica #C27A5D

Tints of Japonica #C27A5D

Color information

#C27A5D (or 0xC27A5D) is unknown color: approx Japonica. HEX triplet: C2, 7A and 5D. RGB value is (194,122,93). Sum of RGB (Red+Green+Blue) = 194+122+93=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A5D is #3D85A2. Grayscale: #8C8C8C. Windows color (decimal): -4031907 or 6126274. OLE color: 6126274.

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

Color convert

RGB19412293-
CMYK00.370.520.24
HSL17.23º45.29%56.27%-
HSV(B)17.23º52.06%76.08%-
XYZ31.1826.1813.77-
YUV140.22101.35166.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=47.43%
G=29.83%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941229300.370.520.2417.2345.2956.27
HexC27A5D0253418112d38
Octal3021721350456430215570
Binary110000101111010101110101001011101001100010001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A5D; }

 p { color: rgb(194,122,93); }

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

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

 a { background-color: rgb(194,122,93); }

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

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

 span { border-color: rgb(194,122,93); }

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