#CF7054

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

Shades of Japonica #CF7054

Tints of Japonica #CF7054

Color information

#CF7054 (or 0xCF7054) is unknown color: approx Japonica. HEX triplet: CF, 70 and 54. RGB value is (207,112,84). Sum of RGB (Red+Green+Blue) = 207+112+84=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7054 is #308FAB. Grayscale: #898989. Windows color (decimal): -3182508 or 5533903. OLE color: 5533903.

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

Color convert

RGB20711284-
CMYK00.460.590.19
HSL13.66º56.16%57.06%-
HSV(B)13.66º59.42%81.18%-
XYZ33.1325.4911.56-
YUV137.2197.97177.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=51.36%
G=27.79%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071128400.460.590.1913.6656.1657.06
HexCF705402E3B13e3839
Octal3171601240567323167071
Binary11001111111000010101000101110111011100111110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7054; }

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

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

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

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

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

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

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

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