#CF715F

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

Shades of Japonica #CF715F

Tints of Japonica #CF715F

Color information

#CF715F (or 0xCF715F) is unknown color: approx Japonica. HEX triplet: CF, 71 and 5F. RGB value is (207,113,95). Sum of RGB (Red+Green+Blue) = 207+113+95=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715F is #308EA0. Grayscale: #8B8B8B. Windows color (decimal): -3182241 or 6255055. OLE color: 6255055.

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

Color convert

RGB20711395-
CMYK00.450.540.19
HSL9.64º53.85%59.22%-
HSV(B)9.64º54.11%81.18%-
XYZ33.725.914.05-
YUV139.05103.14176.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=49.88%
G=27.23%
B=22.89%

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
Decimal2071139500.450.540.199.6453.8559.22
HexCF715F02D3613a363b
Octal3171611370556623126673
Binary11001111111000110111110101101110110100111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF715F; }

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

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

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

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

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

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

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

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