Html Css Color HEX #C72259 Old Rose

📋 copy color: '#C72259'

red 199 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #C72259

Tints of Old Rose #C72259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 61.8%
G = 10.56%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C72259 (or 0xC72259) is known color: Old Rose. HEX triplet: C7, 22 and 59. RGB value is (199,34,89). Sum of RGB (Red+Green+Blue) = 199+34+89=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C72259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72259 is #38DDA6. Grayscale: #595959. Windows color (decimal): -3726759 or 5841607. OLE color: 5841607.

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

Color convert

RGB 199 34 89 -
CMYK 0 0.83 0.55 0.22
HSL 340º 0.71% 0.46% -
HSV(B) 340º 0.83% 0.78% -
XYZ 25.93 14.01 10.79 -
YUV 89.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 199 34 89 0 0.83 0.55 0.22 340 0.71 0.46
Hex C7 22 59 0 53 37 16 154 47 2E
Octal 307 42 131 0 123 67 26 524 107 56
Binary 11000111 100010 1011001 0 1010011 110111 10110 101010100 1000111 101110

Color Harmonies of #C72259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72259

Black with #C72259

Text Example


Text Example

White with #C72259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72259; }

 p { color: rgb(199,34,89); }

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

background-color css

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

 a { background-color: rgb(199,34,89); }

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

border-color css

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

 span { border-color: rgb(199,34,89); }

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