Html Css Color HEX #C71F5E Old Rose

📋 copy color: '#C71F5E'

red 199 ◦ green 31 ◦ blue 94

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

Shades of Old Rose #C71F5E

Tints of Old Rose #C71F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 61.42%
G = 9.57%
B = 29.01%

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

#C71F5E (or 0xC71F5E) is known color: Old Rose. HEX triplet: C7, 1F and 5E. RGB value is (199,31,94). Sum of RGB (Red+Green+Blue) = 199+31+94=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F5E is #38E0A1. Grayscale: #585858. Windows color (decimal): -3727522 or 6168519. OLE color: 6168519.

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

Color convert

RGB 199 31 94 -
CMYK 0 0.84 0.53 0.22
HSL 337.5º 0.73% 0.45% -
HSV(B) 337.5º 0.84% 0.78% -
XYZ 26.06 13.93 11.9 -
YUV 88.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 199 31 94 0 0.84 0.53 0.22 337.5 0.73 0.45
Hex C7 1F 5E 0 54 35 16 152 49 2D
Octal 307 37 136 0 124 65 26 522 111 55
Binary 11000111 11111 1011110 0 1010100 110101 10110 101010010 1001001 101101

Color Harmonies of #C71F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F5E

Black with #C71F5E

Text Example


Text Example

White with #C71F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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