Html Css Color HEX #C71956 Old Rose

📋 copy color: '#C71956'

red 199 ◦ green 25 ◦ blue 86

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

Shades of Old Rose #C71956

Tints of Old Rose #C71956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 86 (33.98% from 255) = 27.74%

R = 64.19%
G = 8.06%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C71956 (or 0xC71956) is known color: Old Rose. HEX triplet: C7, 19 and 56. RGB value is (199,25,86). Sum of RGB (Red+Green+Blue) = 199+25+86=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C71956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71956 is #38E6A9. Grayscale: #535353. Windows color (decimal): -3729066 or 5642695. OLE color: 5642695.

HSL color Cylindrical-coordinate representation of color #C71956: hue angle of 338.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71956 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 86 -
CMYK 0 0.87 0.57 0.22
HSL 338.97º 0.78% 0.44% -
HSV(B) 338.97º 0.87% 0.78% -
XYZ 25.58 13.51 10.06 -
YUV 83.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 199 25 86 0 0.87 0.57 0.22 338.97 0.78 0.44
Hex C7 19 56 0 57 39 16 153 4E 2C
Octal 307 31 126 0 127 71 26 523 116 54
Binary 11000111 11001 1010110 0 1010111 111001 10110 101010011 1001110 101100

Color Harmonies of #C71956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71956

Black with #C71956

Text Example


Text Example

White with #C71956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71956; }

 p { color: rgb(199,25,86); }

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

background-color css

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

 a { background-color: rgb(199,25,86); }

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

border-color css

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

 span { border-color: rgb(199,25,86); }

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