#CF6F63

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

Shades of Japonica #CF6F63

Tints of Japonica #CF6F63

Color information

#CF6F63 (or 0xCF6F63) is unknown color: approx Japonica. HEX triplet: CF, 6F and 63. RGB value is (207,111,99). Sum of RGB (Red+Green+Blue) = 207+111+99=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F63 is #30909C. Grayscale: #8A8A8A. Windows color (decimal): -3182749 or 6516687. OLE color: 6516687.

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

Color convert

RGB20711199-
CMYK00.460.520.19
HSL6.67º52.94%60%-
HSV(B)6.67º52.17%81.18%-
XYZ33.6725.5414.96-
YUV138.34105.8176.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=49.64%
G=26.62%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071119900.460.520.196.6752.9460
HexCF6F6302E34137353c
Octal317157143056642376574
Binary1100111111011111100011010111011010010011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6F63; }

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

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

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

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

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

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

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

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