#C27862

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

Shades of Japonica #C27862

Tints of Japonica #C27862

Color information

#C27862 (or 0xC27862) is unknown color: approx Japonica. HEX triplet: C2, 78 and 62. RGB value is (194,120,98). Sum of RGB (Red+Green+Blue) = 194+120+98=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27862 is #3D879D. Grayscale: #8B8B8B. Windows color (decimal): -4032414 or 6453442. OLE color: 6453442.

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

Color convert

RGB19412098-
CMYK00.380.490.24
HSL13.75º44.04%57.25%-
HSV(B)13.75º49.48%76.08%-
XYZ31.1725.7814.89-
YUV139.62104.52166.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=47.09%
G=29.13%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941209800.380.490.2413.7544.0457.25
HexC278620263118e2c39
Octal3021701420466130165471
Binary11000010111100011000100100110110001110001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27862; }

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

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

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

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

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

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

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

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