#CF6F54

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

Shades of Japonica #CF6F54

Tints of Japonica #CF6F54

Color information

#CF6F54 (or 0xCF6F54) is unknown color: approx Japonica. HEX triplet: CF, 6F and 54. RGB value is (207,111,84). Sum of RGB (Red+Green+Blue) = 207+111+84=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F54 is #3090AB. Grayscale: #888888. Windows color (decimal): -3182764 or 5533647. OLE color: 5533647.

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

Color convert

RGB20711184-
CMYK00.460.590.19
HSL13.17º56.16%57.06%-
HSV(B)13.17º59.42%81.18%-
XYZ33.0225.2711.53-
YUV136.6398.3178.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=51.49%
G=27.61%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071118400.460.590.1913.1756.1657.06
HexCF6F5402E3B13d3839
Octal3171571240567323157071
Binary11001111110111110101000101110111011100111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F54; }

 p { color: rgb(207,111,84); }

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

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

 a { background-color: rgb(207,111,84); }

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

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

 span { border-color: rgb(207,111,84); }

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