#C27B5D

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

Shades of Japonica #C27B5D

Tints of Japonica #C27B5D

Color information

#C27B5D (or 0xC27B5D) is unknown color: approx Japonica. HEX triplet: C2, 7B and 5D. RGB value is (194,123,93). Sum of RGB (Red+Green+Blue) = 194+123+93=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B5D is #3D84A2. Grayscale: #8C8C8C. Windows color (decimal): -4031651 or 6126530. OLE color: 6126530.

HSL color Cylindrical-coordinate representation of color #C27B5D: hue angle of 17.82º 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 #C27B5D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19412393-
CMYK00.370.520.24
HSL17.82º45.29%56.27%-
HSV(B)17.82º52.06%76.08%-
XYZ31.3126.4313.81-
YUV140.81101.02165.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=47.32%
G=30%
B=22.68%

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
Decimal1941239300.370.520.2417.8245.2956.27
HexC27B5D0253418122d38
Octal3021731350456430225570
Binary110000101111011101110101001011101001100010010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27B5D; }

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

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

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

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

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

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

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

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