Html Css Color HEX #C71E57 Old Rose

📋 copy color: '#C71E57'

red 199 ◦ green 30 ◦ blue 87

#C71E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C71E57

Tints of Old Rose #C71E57

RGB

 RED value IS 199 (78.13% from 255) = 62.97%

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 62.97%
G = 9.49%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71E57 (or 0xC71E57) is known color: Old Rose. HEX triplet: C7, 1E and 57. RGB value is (199,30,87). Sum of RGB (Red+Green+Blue) = 199+30+87=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E57 is #38E1A8. Grayscale: #565656. Windows color (decimal): -3727785 or 5709511. OLE color: 5709511.

HSL color Cylindrical-coordinate representation of color #C71E57: hue angle of 339.76º 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 #C71E57 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 87 -
CMYK 0 0.85 0.56 0.22
HSL 339.76º 0.74% 0.45% -
HSV(B) 339.76º 0.85% 0.78% -
XYZ 25.74 13.76 10.32 -
YUV 87.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 199 30 87 0 0.85 0.56 0.22 339.76 0.74 0.45
Hex C7 1E 57 0 55 38 16 154 4A 2D
Octal 307 36 127 0 125 70 26 524 112 55
Binary 11000111 11110 1010111 0 1010101 111000 10110 101010100 1001010 101101

Color Harmonies of #C71E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E57

Black with #C71E57

Text Example


Text Example

White with #C71E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E57; }

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

 H1.HeaderClassName
 {
   color: #C71E57;
 }
 .AnyTagClassName
 {
   color: #C71E57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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