#C27A5B

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

Shades of Japonica #C27A5B

Tints of Japonica #C27A5B

Color information

#C27A5B (or 0xC27A5B) is unknown color: approx Japonica. HEX triplet: C2, 7A and 5B. RGB value is (194,122,91). Sum of RGB (Red+Green+Blue) = 194+122+91=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A5B is #3D85A4. Grayscale: #8C8C8C. Windows color (decimal): -4031909 or 5995202. OLE color: 5995202.

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

Color convert

RGB19412291-
CMYK00.370.530.24
HSL18.06º45.78%55.88%-
HSV(B)18.06º53.09%76.08%-
XYZ31.126.1413.3-
YUV139.99100.35166.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=47.67%
G=29.98%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941229100.370.530.2418.0645.7855.88
HexC27A5B0253518122e38
Octal3021721330456530225670
Binary110000101111010101101101001011101011100010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A5B; }

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

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

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

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

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

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

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

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