#CF795F

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

Shades of Japonica #CF795F

Tints of Japonica #CF795F

Color information

#CF795F (or 0xCF795F) is unknown color: approx Japonica. HEX triplet: CF, 79 and 5F. RGB value is (207,121,95). Sum of RGB (Red+Green+Blue) = 207+121+95=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795F is #3086A0. Grayscale: #8F8F8F. Windows color (decimal): -3180193 or 6257103. OLE color: 6257103.

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

Color convert

RGB20712195-
CMYK00.420.540.19
HSL13.93º53.85%59.22%-
HSV(B)13.93º54.11%81.18%-
XYZ34.6427.7714.36-
YUV143.75100.49173.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=48.94%
G=28.61%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071219500.420.540.1913.9353.8559.22
HexCF795F02A3613e363b
Octal3171711370526623166673
Binary11001111111100110111110101010110110100111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF795F; }

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

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

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

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

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

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

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

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