Html Css Color HEX #C72D5B Old Rose

📋 copy color: '#C72D5B'

red 199 ◦ green 45 ◦ blue 91

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

Shades of Old Rose #C72D5B

Tints of Old Rose #C72D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 59.4%
G = 13.43%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C72D5B (or 0xC72D5B) is known color: Old Rose. HEX triplet: C7, 2D and 5B. RGB value is (199,45,91). Sum of RGB (Red+Green+Blue) = 199+45+91=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72D5B is #38D2A4. Grayscale: #606060. Windows color (decimal): -3723941 or 5975495. OLE color: 5975495.

HSL color Cylindrical-coordinate representation of color #C72D5B: hue angle of 342.08º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D5B is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 45 91 -
CMYK 0 0.77 0.54 0.22
HSL 342.08º 0.63% 0.48% -
HSV(B) 342.08º 0.77% 0.78% -
XYZ 26.38 14.77 11.36 -
YUV 96.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 199 45 91 0 0.77 0.54 0.22 342.08 0.63 0.48
Hex C7 2D 5B 0 4D 36 16 156 3F 30
Octal 307 55 133 0 115 66 26 526 77 60
Binary 11000111 101101 1011011 0 1001101 110110 10110 101010110 111111 110000

Color Harmonies of #C72D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D5B

Black with #C72D5B

Text Example


Text Example

White with #C72D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D5B; }

 p { color: rgb(199,45,91); }

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

background-color css

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

 a { background-color: rgb(199,45,91); }

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

border-color css

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

 span { border-color: rgb(199,45,91); }

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