#C27961

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

Shades of Japonica #C27961

Tints of Japonica #C27961

Color information

#C27961 (or 0xC27961) is unknown color: approx Japonica. HEX triplet: C2, 79 and 61. RGB value is (194,121,97). Sum of RGB (Red+Green+Blue) = 194+121+97=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C27961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27961 is #3D869E. Grayscale: #8C8C8C. Windows color (decimal): -4032159 or 6388162. OLE color: 6388162.

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

Color convert

RGB19412197-
CMYK00.380.500.24
HSL14.85º44.29%57.06%-
HSV(B)14.85º50%76.08%-
XYZ31.2426.0114.68-
YUV140.09103.68166.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=47.09%
G=29.37%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941219700.380.500.2414.8544.2957.06
HexC279610263218f2c39
Octal3021711410466230175471
Binary11000010111100111000010100110110010110001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27961; }

 p { color: rgb(194,121,97); }

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

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

 a { background-color: rgb(194,121,97); }

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

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

 span { border-color: rgb(194,121,97); }

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