#CF1C50

Color #CF1C50 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CF1C50

Tints of Old Rose #CF1C50

Color information

#CF1C50 (or 0xCF1C50) is unknown color: approx Old Rose. HEX triplet: CF, 1C and 50. RGB value is (207,28,80). Sum of RGB (Red+Green+Blue) = 207+28+80=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C50 is #30E3AF. Grayscale: #575757. Windows color (decimal): -3204016 or 5250255. OLE color: 5250255.

HSL color Cylindrical-coordinate representation of color #CF1C50: hue angle of 342.57º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C50 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2072880-
CMYK00.860.610.19
HSL342.57º76.17%46.08%-
HSV(B)342.57º86.47%81.18%-
XYZ27.614.688.97-
YUV87.45123.8213.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=65.71%
G=8.89%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207288000.860.610.19342.5776.1746.08
HexCF1C500563D131574c2e
Octal317341200126752352711456
Binary1100111111100101000001010110111101100111010101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1C50; }

 p { color: rgb(207,28,80); }

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

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

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

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

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

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

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