#C77360

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

Shades of Japonica #C77360

Tints of Japonica #C77360

Color information

#C77360 (or 0xC77360) is unknown color: approx Japonica. HEX triplet: C7, 73 and 60. RGB value is (199,115,96). Sum of RGB (Red+Green+Blue) = 199+115+96=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C77360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77360 is #388C9F. Grayscale: #8A8A8A. Windows color (decimal): -3706016 or 6321095. OLE color: 6321095.

HSL color Cylindrical-coordinate representation of color #C77360: hue angle of 11.07º 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 #C77360 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19911596-
CMYK00.420.520.22
HSL11.07º47.91%57.84%-
HSV(B)11.07º51.76%78.04%-
XYZ31.825.2514.26-
YUV137.95104.33171.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=48.54%
G=28.05%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991159600.420.520.2211.0747.9157.84
HexC7736002A3416b303a
Octal3071631400526426136072
Binary11000111111001111000000101010110100101101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77360; }

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

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

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

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

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

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

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

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