#CF7666

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

Shades of Japonica #CF7666

Tints of Japonica #CF7666

Color information

#CF7666 (or 0xCF7666) is unknown color: approx Japonica. HEX triplet: CF, 76 and 66. RGB value is (207,118,102). Sum of RGB (Red+Green+Blue) = 207+118+102=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7666 is #308999. Grayscale: #8E8E8E. Windows color (decimal): -3180954 or 6715087. OLE color: 6715087.

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

Color convert

RGB207118102-
CMYK00.430.510.19
HSL9.14º52.24%60.59%-
HSV(B)9.14º50.72%81.18%-
XYZ34.6127.1815.99-
YUV142.79104.99173.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=48.48%
G=27.63%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711810200.430.510.199.1452.2460.59
HexCF766602B33139343d
Octal3171661460536323116475
Binary11001111111011011001100101011110011100111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7666; }

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

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

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

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

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

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

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

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