#CF755F

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

Shades of Japonica #CF755F

Tints of Japonica #CF755F

Color information

#CF755F (or 0xCF755F) is unknown color: approx Japonica. HEX triplet: CF, 75 and 5F. RGB value is (207,117,95). Sum of RGB (Red+Green+Blue) = 207+117+95=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755F is #308AA0. Grayscale: #8D8D8D. Windows color (decimal): -3181217 or 6256079. OLE color: 6256079.

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

Color convert

RGB20711795-
CMYK00.430.540.19
HSL11.79º53.85%59.22%-
HSV(B)11.79º54.11%81.18%-
XYZ34.1626.8114.2-
YUV141.4101.82174.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.40%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=49.40%
G=27.92%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071179500.430.540.1911.7953.8559.22
HexCF755F02B3613c363b
Octal3171651370536623146673
Binary11001111111010110111110101011110110100111100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF755F; }

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

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

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

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

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

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

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

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