#C66561

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

Shades of Indian Red #C66561

Tints of Indian Red #C66561

Color information

#C66561 (or 0xC66561) is unknown color: approx Indian Red. HEX triplet: C6, 65 and 61. RGB value is (198,101,97). Sum of RGB (Red+Green+Blue) = 198+101+97=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C66561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66561 is #399A9E. Grayscale: #818181. Windows color (decimal): -3775135 or 6383046. OLE color: 6383046.

HSL color Cylindrical-coordinate representation of color #C66561: hue angle of 2.38º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66561 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19810197-
CMYK00.490.510.22
HSL2.38º46.98%57.84%-
HSV(B)2.38º51.01%77.65%-
XYZ30.122.1814-
YUV129.55109.64176.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=50%
G=25.51%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981019700.490.510.222.3846.9857.84
HexC66561031331622f3a
Octal306145141061632625772
Binary110001101100101110000101100011100111011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66561; }

 p { color: rgb(198,101,97); }

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

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

 a { background-color: rgb(198,101,97); }

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

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

 span { border-color: rgb(198,101,97); }

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