#C27A5A

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

Shades of Japonica #C27A5A

Tints of Japonica #C27A5A

Color information

#C27A5A (or 0xC27A5A) is unknown color: approx Japonica. HEX triplet: C2, 7A and 5A. RGB value is (194,122,90). Sum of RGB (Red+Green+Blue) = 194+122+90=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A5A is #3D85A5. Grayscale: #8C8C8C. Windows color (decimal): -4031910 or 5929666. OLE color: 5929666.

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

Color convert

RGB19412290-
CMYK00.370.540.24
HSL18.46º46.02%55.69%-
HSV(B)18.46º53.61%76.08%-
XYZ31.0526.1313.08-
YUV139.8899.85166.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=47.78%
G=30.05%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941229000.370.540.2418.4646.0255.69
HexC27A5A0253618122e38
Octal3021721320456630225670
Binary110000101111010101101001001011101101100010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A5A; }

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

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

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

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

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

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

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

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