#cf715e

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

Shades of Japonica #CF715E

Tints of Japonica #CF715E

Color information

#CF715E (or 0xCF715E) is unknown color: approx Japonica. HEX triplet: CF, 71 and 5E. RGB value is (207,113,94). Sum of RGB (Red+Green+Blue) = 207+113+94=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715E is #308EA1. Grayscale: #8B8B8B. Windows color (decimal): -3182242 or 6189519. OLE color: 6189519.

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

Color convert

RGB20711394-
CMYK00.450.550.19
HSL10.09º54.07%59.02%-
HSV(B)10.09º54.59%81.18%-
XYZ33.6625.8813.81-
YUV138.94102.64176.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 27.29%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=50%
G=27.29%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071139400.450.550.1910.0954.0759.02
HexCF715E02D3713a363b
Octal3171611360556723126673
Binary11001111111000110111100101101110111100111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf715e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf715e; }

 p { color: rgb(207,113,94); }

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

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

 a { background-color: rgb(207,113,94); }

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

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

 span { border-color: rgb(207,113,94); }

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