#C27661

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

Shades of Japonica #C27661

Tints of Japonica #C27661

Color information

#C27661 (or 0xC27661) is unknown color: approx Japonica. HEX triplet: C2, 76 and 61. RGB value is (194,118,97). Sum of RGB (Red+Green+Blue) = 194+118+97=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27661 is #3D899E. Grayscale: #8A8A8A. Windows color (decimal): -4032927 or 6387394. OLE color: 6387394.

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

Color convert

RGB19411897-
CMYK00.390.500.24
HSL12.99º44.29%57.06%-
HSV(B)12.99º50%76.08%-
XYZ30.8825.2914.56-
YUV138.33104.68167.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=47.43%
G=28.85%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941189700.390.500.2412.9944.2957.06
HexC276610273218d2c39
Octal3021661410476230155471
Binary11000010111011011000010100111110010110001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27661; }

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

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

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

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

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

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

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

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