Html Css Color HEX #C71F5D Old Rose

📋 copy color: '#C71F5D'

red 199 ◦ green 31 ◦ blue 93

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

Shades of Old Rose #C71F5D

Tints of Old Rose #C71F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 61.61%
G = 9.6%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C71F5D (or 0xC71F5D) is known color: Old Rose. HEX triplet: C7, 1F and 5D. RGB value is (199,31,93). Sum of RGB (Red+Green+Blue) = 199+31+93=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F5D is #38E0A2. Grayscale: #585858. Windows color (decimal): -3727523 or 6102983. OLE color: 6102983.

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

Color convert

RGB 199 31 93 -
CMYK 0 0.84 0.53 0.22
HSL 337.86º 0.73% 0.45% -
HSV(B) 337.86º 0.84% 0.78% -
XYZ 26.02 13.91 11.67 -
YUV 88.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 199 31 93 0 0.84 0.53 0.22 337.86 0.73 0.45
Hex C7 1F 5D 0 54 35 16 152 49 2D
Octal 307 37 135 0 124 65 26 522 111 55
Binary 11000111 11111 1011101 0 1010100 110101 10110 101010010 1001001 101101

Color Harmonies of #C71F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F5D

Black with #C71F5D

Text Example


Text Example

White with #C71F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F5D; }

 p { color: rgb(199,31,93); }

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

background-color css

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

 a { background-color: rgb(199,31,93); }

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

border-color css

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

 span { border-color: rgb(199,31,93); }

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