#C07A61

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

Shades of Japonica #C07A61

Tints of Japonica #C07A61

Color information

#C07A61 (or 0xC07A61) is unknown color: approx Japonica. HEX triplet: C0, 7A and 61. RGB value is (192,122,97). Sum of RGB (Red+Green+Blue) = 192+122+97=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A61 is #3F859E. Grayscale: #8C8C8C. Windows color (decimal): -4162975 or 6388416. OLE color: 6388416.

HSL color Cylindrical-coordinate representation of color #C07A61: hue angle of 15.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07A61 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19212297-
CMYK00.360.490.25
HSL15.79º42.99%56.67%-
HSV(B)15.79º49.48%75.29%-
XYZ30.8625.9914.7-
YUV140.08103.69165.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=46.72%
G=29.68%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921229700.360.490.2515.7942.9956.67
HexC07A610243119102b39
Octal3001721410446131205371
Binary110000001111010110000101001001100011100110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A61; }

 p { color: rgb(192,122,97); }

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

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

 a { background-color: rgb(192,122,97); }

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

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

 span { border-color: rgb(192,122,97); }

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