#CF7254

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

Shades of Japonica #CF7254

Tints of Japonica #CF7254

Color information

#CF7254 (or 0xCF7254) is unknown color: approx Japonica. HEX triplet: CF, 72 and 54. RGB value is (207,114,84). Sum of RGB (Red+Green+Blue) = 207+114+84=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7254 is #308DAB. Grayscale: #8A8A8A. Windows color (decimal): -3181996 or 5534415. OLE color: 5534415.

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

Color convert

RGB20711484-
CMYK00.450.590.19
HSL14.63º56.16%57.06%-
HSV(B)14.63º59.42%81.18%-
XYZ33.3525.9411.64-
YUV138.3997.31176.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=51.11%
G=28.15%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071148400.450.590.1914.6356.1657.06
HexCF725402D3B13f3839
Octal3171621240557323177071
Binary11001111111001010101000101101111011100111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7254; }

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

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

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

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

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

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

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

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