#CF7963

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

Shades of Japonica #CF7963

Tints of Japonica #CF7963

Color information

#CF7963 (or 0xCF7963) is unknown color: approx Japonica. HEX triplet: CF, 79 and 63. RGB value is (207,121,99). Sum of RGB (Red+Green+Blue) = 207+121+99=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7963 is #30869C. Grayscale: #909090. Windows color (decimal): -3180189 or 6519247. OLE color: 6519247.

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

Color convert

RGB20712199-
CMYK00.420.520.19
HSL12.22º52.94%60%-
HSV(B)12.22º52.17%81.18%-
XYZ34.8227.8415.34-
YUV144.21102.49172.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=48.48%
G=28.34%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071219900.420.520.1912.2252.9460
HexCF796302A3413c353c
Octal3171711430526423146574
Binary11001111111100111000110101010110100100111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7963; }

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

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

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

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

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

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

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

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