#CF785F

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

Shades of Japonica #CF785F

Tints of Japonica #CF785F

Color information

#CF785F (or 0xCF785F) is unknown color: approx Japonica. HEX triplet: CF, 78 and 5F. RGB value is (207,120,95). Sum of RGB (Red+Green+Blue) = 207+120+95=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF785F is #3087A0. Grayscale: #8F8F8F. Windows color (decimal): -3180449 or 6256847. OLE color: 6256847.

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

Color convert

RGB20712095-
CMYK00.420.540.19
HSL13.39º53.85%59.22%-
HSV(B)13.39º54.11%81.18%-
XYZ34.5127.5214.32-
YUV143.16100.82173.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=49.05%
G=28.44%
B=22.51%

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
Decimal2071209500.420.540.1913.3953.8559.22
HexCF785F02A3613d363b
Octal3171701370526623156673
Binary11001111111100010111110101010110110100111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF785F; }

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

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

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

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

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

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

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

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