#C57661

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

Shades of Japonica #C57661

Tints of Japonica #C57661

Color information

#C57661 (or 0xC57661) is unknown color: approx Japonica. HEX triplet: C5, 76 and 61. RGB value is (197,118,97). Sum of RGB (Red+Green+Blue) = 197+118+97=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C57661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57661 is #3A899E. Grayscale: #8B8B8B. Windows color (decimal): -3836319 or 6387397. OLE color: 6387397.

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

Color convert

RGB19711897-
CMYK00.400.510.23
HSL12.6º46.3%57.65%-
HSV(B)12.6º50.76%77.25%-
XYZ31.6625.6914.6-
YUV139.23104.17169.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=47.82%
G=28.64%
B=23.54%

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
Decimal1971189700.400.510.2312.646.357.65
HexC576610283317d2e3a
Octal3051661410506327155672
Binary11000101111011011000010101000110011101111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57661; }

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

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

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

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

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

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

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

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