#CF5956

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

Shades of Indian Red #CF5956

Tints of Indian Red #CF5956

Color information

#CF5956 (or 0xCF5956) is unknown color: approx Indian Red. HEX triplet: CF, 59 and 56. RGB value is (207,89,86). Sum of RGB (Red+Green+Blue) = 207+89+86=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5956 is #30A6A9. Grayscale: #7C7C7C. Windows color (decimal): -3188394 or 5659087. OLE color: 5659087.

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

Color convert

RGB2078986-
CMYK00.570.580.19
HSL1.49º55.76%57.45%-
HSV(B)1.49º58.45%81.18%-
XYZ30.9821.0811.24-
YUV123.94106.59187.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.19%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=54.19%
G=23.30%
B=22.51%

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
Decimal207898600.570.580.191.4955.7657.45
HexCF59560393A1313839
Octal317131126071722317071
Binary11001111101100110101100111001111010100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5956; }

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

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

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

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

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

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

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

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