#cf7953

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

Shades of Japonica #CF7953

Tints of Japonica #CF7953

Color information

#CF7953 (or 0xCF7953) is unknown color: approx Japonica. HEX triplet: CF, 79 and 53. RGB value is (207,121,83). Sum of RGB (Red+Green+Blue) = 207+121+83=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7953 is #3086AC. Grayscale: #8E8E8E. Windows color (decimal): -3180205 or 5470671. OLE color: 5470671.

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

Color convert

RGB20712183-
CMYK00.420.600.19
HSL18.39º56.36%56.86%-
HSV(B)18.39º59.9%81.18%-
XYZ34.1327.5611.71-
YUV142.3894.49174.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.36%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=50.36%
G=29.44%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071218300.420.600.1918.3956.3656.86
HexCF795302A3C13123839
Octal3171711230527423227071
Binary110011111111001101001101010101111001001110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7953; }

 p { color: rgb(207,121,83); }

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

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

 a { background-color: rgb(207,121,83); }

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

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

 span { border-color: rgb(207,121,83); }

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