#cf7a54

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

Shades of Japonica #CF7A54

Tints of Japonica #CF7A54

Color information

#CF7A54 (or 0xCF7A54) is unknown color: approx Japonica. HEX triplet: CF, 7A and 54. RGB value is (207,122,84). Sum of RGB (Red+Green+Blue) = 207+122+84=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A54 is #3085AB. Grayscale: #8F8F8F. Windows color (decimal): -3179948 or 5536463. OLE color: 5536463.

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

Color convert

RGB20712284-
CMYK00.410.590.19
HSL18.54º56.16%57.06%-
HSV(B)18.54º59.42%81.18%-
XYZ34.2927.8211.95-
YUV143.0894.66173.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=50.12%
G=29.54%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071228400.410.590.1918.5456.1657.06
HexCF7A540293B13133839
Octal3171721240517323237071
Binary110011111111010101010001010011110111001110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7a54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7a54; }

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

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

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

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

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

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

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

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