#CF6666

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

Shades of Indian Red #CF6666

Tints of Indian Red #CF6666

Color information

#CF6666 (or 0xCF6666) is unknown color: approx Indian Red. HEX triplet: CF, 66 and 66. RGB value is (207,102,102). Sum of RGB (Red+Green+Blue) = 207+102+102=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6666 is #309999. Grayscale: #858585. Windows color (decimal): -3185050 or 6710991. OLE color: 6710991.

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

Color convert

RGB207102102-
CMYK00.510.510.19
HSL52.24%60.59%-
HSV(B)50.72%81.18%-
XYZ32.8823.7315.42-
YUV133.39110.29180.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.36%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=50.36%
G=24.82%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710210200.510.510.19052.2460.59
HexCF666603333130343d
Octal317146146063632306475
Binary11001111110011011001100110011110011100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6666; }

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

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

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

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

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

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

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

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