#CF6665

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

Shades of Indian Red #CF6665

Tints of Indian Red #CF6665

Color information

#CF6665 (or 0xCF6665) is unknown color: approx Indian Red. HEX triplet: CF, 66 and 65. RGB value is (207,102,101). Sum of RGB (Red+Green+Blue) = 207+102+101=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6665 is #30999A. Grayscale: #858585. Windows color (decimal): -3185051 or 6645455. OLE color: 6645455.

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

Color convert

RGB207102101-
CMYK00.510.510.19
HSL0.57º52.48%60.39%-
HSV(B)0.57º51.21%81.18%-
XYZ32.8323.7115.16-
YUV133.28109.79180.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=50.49%
G=24.88%
B=24.63%

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
Decimal20710210100.510.510.190.5752.4860.39
HexCF666503333131343c
Octal317146145063632316474
Binary11001111110011011001010110011110011100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6665; }

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

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

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

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

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

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

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

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