#CF7060

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

Shades of Japonica #CF7060

Tints of Japonica #CF7060

Color information

#CF7060 (or 0xCF7060) is unknown color: approx Japonica. HEX triplet: CF, 70 and 60. RGB value is (207,112,96). Sum of RGB (Red+Green+Blue) = 207+112+96=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7060 is #308F9F. Grayscale: #8A8A8A. Windows color (decimal): -3182496 or 6320335. OLE color: 6320335.

HSL color Cylindrical-coordinate representation of color #CF7060: hue angle of 8.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF7060 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20711296-
CMYK00.460.540.19
HSL8.65º53.62%59.41%-
HSV(B)8.65º53.62%81.18%-
XYZ33.6425.714.25-
YUV138.58103.97176.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=49.88%
G=26.99%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071129600.460.540.198.6553.6259.41
HexCF706002E36139363b
Octal3171601400566623116673
Binary11001111111000011000000101110110110100111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7060; }

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

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

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

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

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

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

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

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