#C71E5A

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

Shades of Old Rose #C71E5A

Tints of Old Rose #C71E5A

Color information

#C71E5A (or 0xC71E5A) is unknown color: approx Old Rose. HEX triplet: C7, 1E and 5A. RGB value is (199,30,90). Sum of RGB (Red+Green+Blue) = 199+30+90=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E5A is #38E1A5. Grayscale: #575757. Windows color (decimal): -3727782 or 5906119. OLE color: 5906119.

HSL color Cylindrical-coordinate representation of color #C71E5A: hue angle of 338.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E5A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1993090-
CMYK00.850.550.22
HSL338.7º73.8%44.9%-
HSV(B)338.7º84.92%78.04%-
XYZ25.8613.8110.98-
YUV87.37129.49207.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.38%
GREEN value IS 30 (12.11% from 255) = 9.40%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=62.38%
G=9.40%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199309000.850.550.22338.773.844.9
HexC71E5A05537161534a2d
Octal307361320125672652311255
Binary1100011111110101101001010101110111101101010100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71E5A; }

 p { color: rgb(199,30,90); }

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

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

 a { background-color: rgb(199,30,90); }

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

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

 span { border-color: rgb(199,30,90); }

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