#CF725D

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

Shades of Japonica #CF725D

Tints of Japonica #CF725D

Color information

#CF725D (or 0xCF725D) is unknown color: approx Japonica. HEX triplet: CF, 72 and 5D. RGB value is (207,114,93). Sum of RGB (Red+Green+Blue) = 207+114+93=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF725D is #308DA2. Grayscale: #8B8B8B. Windows color (decimal): -3181987 or 6124239. OLE color: 6124239.

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

Color convert

RGB20711493-
CMYK00.450.550.19
HSL11.05º54.29%58.82%-
HSV(B)11.05º55.07%81.18%-
XYZ33.7326.0913.61-
YUV139.41101.81176.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=50%
G=27.54%
B=22.46%

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
Decimal2071149300.450.550.1911.0554.2958.82
HexCF725D02D3713b363b
Octal3171621350556723136673
Binary11001111111001010111010101101110111100111011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF725D; }

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

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

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

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

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

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

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

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