#CF7659

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

Shades of Japonica #CF7659

Tints of Japonica #CF7659

Color information

#CF7659 (or 0xCF7659) is unknown color: approx Japonica. HEX triplet: CF, 76 and 59. RGB value is (207,118,89). Sum of RGB (Red+Green+Blue) = 207+118+89=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7659 is #3089A6. Grayscale: #8D8D8D. Windows color (decimal): -3180967 or 5863119. OLE color: 5863119.

HSL color Cylindrical-coordinate representation of color #CF7659: hue angle of 14.75º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7659 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20711889-
CMYK00.430.570.19
HSL14.75º55.14%58.04%-
HSV(B)14.75º57%81.18%-
XYZ34.0126.9412.86-
YUV141.398.49174.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=50%
G=28.50%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071188900.430.570.1914.7555.1458.04
HexCF765902B3913f373a
Octal3171661310537123176772
Binary11001111111011010110010101011111001100111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7659; }

 p { color: rgb(207,118,89); }

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

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

 a { background-color: rgb(207,118,89); }

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

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

 span { border-color: rgb(207,118,89); }

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