#C47661

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

Shades of Japonica #C47661

Tints of Japonica #C47661

Color information

#C47661 (or 0xC47661) is unknown color: approx Japonica. HEX triplet: C4, 76 and 61. RGB value is (196,118,97). Sum of RGB (Red+Green+Blue) = 196+118+97=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C47661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47661 is #3B899E. Grayscale: #8B8B8B. Windows color (decimal): -3901855 or 6387396. OLE color: 6387396.

HSL color Cylindrical-coordinate representation of color #C47661: hue angle of 12.73º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47661 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19611897-
CMYK00.400.510.23
HSL12.73º45.62%57.45%-
HSV(B)12.73º50.51%76.86%-
XYZ31.425.5614.59-
YUV138.93104.34168.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=47.69%
G=28.71%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961189700.400.510.2312.7345.6257.45
HexC476610283317d2e39
Octal3041661410506327155671
Binary11000100111011011000010101000110011101111101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47661; }

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

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

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

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

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

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

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

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