Html Css Color HEX #C72448 Old Rose

📋 copy color: '#C72448'

red 199 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #C72448

Tints of Old Rose #C72448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 64.82%
G = 11.73%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C72448 (or 0xC72448) is known color: Old Rose. HEX triplet: C7, 24 and 48. RGB value is (199,36,72). Sum of RGB (Red+Green+Blue) = 199+36+72=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C72448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72448 is #38DBB7. Grayscale: #585858. Windows color (decimal): -3726264 or 4728007. OLE color: 4728007.

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

Color convert

RGB 199 36 72 -
CMYK 0 0.82 0.64 0.22
HSL 346.75º 0.69% 0.46% -
HSV(B) 346.75º 0.82% 0.78% -
XYZ 25.35 13.87 7.47 -
YUV 88.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 199 36 72 0 0.82 0.64 0.22 346.75 0.69 0.46
Hex C7 24 48 0 52 40 16 15B 45 2E
Octal 307 44 110 0 122 100 26 533 105 56
Binary 11000111 100100 1001000 0 1010010 1000000 10110 101011011 1000101 101110

Color Harmonies of #C72448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72448

Black with #C72448

Text Example


Text Example

White with #C72448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72448; }

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

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

background-color css

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

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

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

border-color css

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

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

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