Html Css Color HEX #C72156 Old Rose

📋 copy color: '#C72156'

red 199 ◦ green 33 ◦ blue 86

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

Shades of Old Rose #C72156

Tints of Old Rose #C72156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 62.58%
G = 10.38%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72156 (or 0xC72156) is known color: Old Rose. HEX triplet: C7, 21 and 56. RGB value is (199,33,86). Sum of RGB (Red+Green+Blue) = 199+33+86=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C72156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72156 is #38DEA9. Grayscale: #585858. Windows color (decimal): -3727018 or 5644743. OLE color: 5644743.

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

Color convert

RGB 199 33 86 -
CMYK 0 0.83 0.57 0.22
HSL 340.84º 0.72% 0.45% -
HSV(B) 340.84º 0.83% 0.78% -
XYZ 25.78 13.9 10.13 -
YUV 88.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 199 33 86 0 0.83 0.57 0.22 340.84 0.72 0.45
Hex C7 21 56 0 53 39 16 155 48 2D
Octal 307 41 126 0 123 71 26 525 110 55
Binary 11000111 100001 1010110 0 1010011 111001 10110 101010101 1001000 101101

Color Harmonies of #C72156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72156

Black with #C72156

Text Example


Text Example

White with #C72156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72156; }

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

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

background-color css

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

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

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

border-color css

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

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

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