#CF7260

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

Shades of Japonica #CF7260

Tints of Japonica #CF7260

Color information

#CF7260 (or 0xCF7260) is unknown color: approx Japonica. HEX triplet: CF, 72 and 60. RGB value is (207,114,96). Sum of RGB (Red+Green+Blue) = 207+114+96=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7260 is #308D9F. Grayscale: #8B8B8B. Windows color (decimal): -3181984 or 6320847. OLE color: 6320847.

HSL color Cylindrical-coordinate representation of color #CF7260: hue angle of 9.73º 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 #CF7260 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20711496-
CMYK00.450.540.19
HSL9.73º53.62%59.41%-
HSV(B)9.73º53.62%81.18%-
XYZ33.8626.1414.33-
YUV139.75103.31175.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=49.64%
G=27.34%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071149600.450.540.199.7353.6259.41
HexCF726002D3613a363b
Octal3171621400556623126673
Binary11001111111001011000000101101110110100111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7260; }

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

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

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

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

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

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

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

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