#C77060

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

Shades of Japonica #C77060

Tints of Japonica #C77060

Color information

#C77060 (or 0xC77060) is unknown color: approx Japonica. HEX triplet: C7, 70 and 60. RGB value is (199,112,96). Sum of RGB (Red+Green+Blue) = 199+112+96=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C77060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77060 is #388F9F. Grayscale: #888888. Windows color (decimal): -3706784 or 6320327. OLE color: 6320327.

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

Color convert

RGB19911296-
CMYK00.440.520.22
HSL9.32º47.91%57.84%-
HSV(B)9.32º51.76%78.04%-
XYZ31.4624.5714.15-
YUV136.19105.32172.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=48.89%
G=27.52%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991129600.440.520.229.3247.9157.84
HexC7706002C34169303a
Octal3071601400546426116072
Binary11000111111000011000000101100110100101101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77060; }

 p { color: rgb(199,112,96); }

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

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

 a { background-color: rgb(199,112,96); }

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

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

 span { border-color: rgb(199,112,96); }

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