#C77661

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

Shades of Japonica #C77661

Tints of Japonica #C77661

Color information

#C77661 (or 0xC77661) is unknown color: approx Japonica. HEX triplet: C7, 76 and 61. RGB value is (199,118,97). Sum of RGB (Red+Green+Blue) = 199+118+97=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77661 is #38899E. Grayscale: #8B8B8B. Windows color (decimal): -3705247 or 6387399. OLE color: 6387399.

HSL color Cylindrical-coordinate representation of color #C77661: hue angle of 12.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C77661 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19911897-
CMYK00.410.510.22
HSL12.35º47.66%58.04%-
HSV(B)12.35º51.26%78.04%-
XYZ32.1925.9614.62-
YUV139.82103.84170.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=48.07%
G=28.50%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991189700.410.510.2212.3547.6658.04
HexC776610293316c303a
Octal3071661410516326146072
Binary11000111111011011000010101001110011101101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77661; }

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

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

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

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

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

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

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

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