Html Css Color HEX #C72954 Old Rose

📋 copy color: '#C72954'

red 199 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #C72954

Tints of Old Rose #C72954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 61.42%
G = 12.65%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C72954 (or 0xC72954) is known color: Old Rose. HEX triplet: C7, 29 and 54. RGB value is (199,41,84). Sum of RGB (Red+Green+Blue) = 199+41+84=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C72954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72954 is #38D6AB. Grayscale: #5D5D5D. Windows color (decimal): -3724972 or 5515719. OLE color: 5515719.

HSL color Cylindrical-coordinate representation of color #C72954: hue angle of 343.67º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72954 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 84 -
CMYK 0 0.79 0.58 0.22
HSL 343.67º 0.66% 0.47% -
HSV(B) 343.67º 0.79% 0.78% -
XYZ 25.95 14.37 9.79 -
YUV 93.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 199 41 84 0 0.79 0.58 0.22 343.67 0.66 0.47
Hex C7 29 54 0 4F 3A 16 158 42 2F
Octal 307 51 124 0 117 72 26 530 102 57
Binary 11000111 101001 1010100 0 1001111 111010 10110 101011000 1000010 101111

Color Harmonies of #C72954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72954

Black with #C72954

Text Example


Text Example

White with #C72954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72954; }

 p { color: rgb(199,41,84); }

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

background-color css

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

 a { background-color: rgb(199,41,84); }

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

border-color css

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

 span { border-color: rgb(199,41,84); }

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