Html Css Color HEX #C72455 Old Rose

📋 copy color: '#C72455'

red 199 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #C72455

Tints of Old Rose #C72455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 62.19%
G = 11.25%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72455 (or 0xC72455) is known color: Old Rose. HEX triplet: C7, 24 and 55. RGB value is (199,36,85). Sum of RGB (Red+Green+Blue) = 199+36+85=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72455 is #38DBAA. Grayscale: #5A5A5A. Windows color (decimal): -3726251 or 5579975. OLE color: 5579975.

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

Color convert

RGB 199 36 85 -
CMYK 0 0.82 0.57 0.22
HSL 341.96º 0.69% 0.46% -
HSV(B) 341.96º 0.82% 0.78% -
XYZ 25.82 14.06 9.95 -
YUV 90.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 199 36 85 0 0.82 0.57 0.22 341.96 0.69 0.46
Hex C7 24 55 0 52 39 16 156 45 2E
Octal 307 44 125 0 122 71 26 526 105 56
Binary 11000111 100100 1010101 0 1010010 111001 10110 101010110 1000101 101110

Color Harmonies of #C72455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72455

Black with #C72455

Text Example


Text Example

White with #C72455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72455; }

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

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

background-color css

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

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

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

border-color css

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

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

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