Html Css Color HEX #C72148 Old Rose

📋 copy color: '#C72148'

red 199 ◦ green 33 ◦ blue 72

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

Shades of Old Rose #C72148

Tints of Old Rose #C72148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 65.46%
G = 10.86%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C72148 (or 0xC72148) is known color: Old Rose. HEX triplet: C7, 21 and 48. RGB value is (199,33,72). Sum of RGB (Red+Green+Blue) = 199+33+72=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72148 is #38DEB7. Grayscale: #575757. Windows color (decimal): -3727032 or 4727239. OLE color: 4727239.

HSL color Cylindrical-coordinate representation of color #C72148: hue angle of 345.9º 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 #C72148 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 33 72 -
CMYK 0 0.83 0.64 0.22
HSL 345.9º 0.72% 0.45% -
HSV(B) 345.9º 0.83% 0.78% -
XYZ 25.27 13.7 7.44 -
YUV 87.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 199 33 72 0 0.83 0.64 0.22 345.9 0.72 0.45
Hex C7 21 48 0 53 40 16 15A 48 2D
Octal 307 41 110 0 123 100 26 532 110 55
Binary 11000111 100001 1001000 0 1010011 1000000 10110 101011010 1001000 101101

Color Harmonies of #C72148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72148

Black with #C72148

Text Example


Text Example

White with #C72148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72148; }

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

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

background-color css

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

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

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

border-color css

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

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

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