#CF715D

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

Shades of Japonica #CF715D

Tints of Japonica #CF715D

Color information

#CF715D (or 0xCF715D) is unknown color: approx Japonica. HEX triplet: CF, 71 and 5D. RGB value is (207,113,93). Sum of RGB (Red+Green+Blue) = 207+113+93=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715D is #308EA2. Grayscale: #8A8A8A. Windows color (decimal): -3182243 or 6123983. OLE color: 6123983.

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

Color convert

RGB20711393-
CMYK00.450.550.19
HSL10.53º54.29%58.82%-
HSV(B)10.53º55.07%81.18%-
XYZ33.6125.8713.58-
YUV138.83102.14176.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=50.12%
G=27.36%
B=22.52%

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
Decimal2071139300.450.550.1910.5354.2958.82
HexCF715D02D3713b363b
Octal3171611350556723136673
Binary11001111111000110111010101101110111100111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF715D; }

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

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

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

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

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

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

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

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