#CF5A56

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

Shades of Indian Red #CF5A56

Tints of Indian Red #CF5A56

Color information

#CF5A56 (or 0xCF5A56) is unknown color: approx Indian Red. HEX triplet: CF, 5A and 56. RGB value is (207,90,86). Sum of RGB (Red+Green+Blue) = 207+90+86=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A56 is #30A5A9. Grayscale: #7C7C7C. Windows color (decimal): -3188138 or 5659343. OLE color: 5659343.

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

Color convert

RGB2079086-
CMYK00.570.580.19
HSL1.98º55.76%57.45%-
HSV(B)1.98º58.45%81.18%-
XYZ31.0721.2511.27-
YUV124.53106.26186.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=54.05%
G=23.50%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207908600.570.580.191.9855.7657.45
HexCF5A560393A1323839
Octal317132126071722327071
Binary110011111011010101011001110011110101001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A56; }

 p { color: rgb(207,90,86); }

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

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

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

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

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

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

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