#CF6F60

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

Shades of Japonica #CF6F60

Tints of Japonica #CF6F60

Color information

#CF6F60 (or 0xCF6F60) is unknown color: approx Japonica. HEX triplet: CF, 6F and 60. RGB value is (207,111,96). Sum of RGB (Red+Green+Blue) = 207+111+96=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F60 is #30909F. Grayscale: #8A8A8A. Windows color (decimal): -3182752 or 6320079. OLE color: 6320079.

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

Color convert

RGB20711196-
CMYK00.460.540.19
HSL8.11º53.62%59.41%-
HSV(B)8.11º53.62%81.18%-
XYZ33.5325.4814.22-
YUV137.99104.3177.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=50%
G=26.81%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071119600.460.540.198.1153.6259.41
HexCF6F6002E36138363b
Octal3171571400566623106673
Binary11001111110111111000000101110110110100111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F60; }

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

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

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

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

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

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

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

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