Html Css Color HEX #C72155 Old Rose

📋 copy color: '#C72155'

red 199 ◦ green 33 ◦ blue 85

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

Shades of Old Rose #C72155

Tints of Old Rose #C72155

RGB

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

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

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

R = 62.78%
G = 10.41%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72155 (or 0xC72155) is known color: Old Rose. HEX triplet: C7, 21 and 55. RGB value is (199,33,85). Sum of RGB (Red+Green+Blue) = 199+33+85=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C72155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72155 is #38DEAA. Grayscale: #585858. Windows color (decimal): -3727019 or 5579207. OLE color: 5579207.

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

Color convert

RGB 199 33 85 -
CMYK 0 0.83 0.57 0.22
HSL 341.2º 0.72% 0.45% -
HSV(B) 341.2º 0.83% 0.78% -
XYZ 25.74 13.89 9.92 -
YUV 88.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 199 33 85 0 0.83 0.57 0.22 341.2 0.72 0.45
Hex C7 21 55 0 53 39 16 155 48 2D
Octal 307 41 125 0 123 71 26 525 110 55
Binary 11000111 100001 1010101 0 1010011 111001 10110 101010101 1001000 101101

Color Harmonies of #C72155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72155

Black with #C72155

Text Example


Text Example

White with #C72155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72155; }

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

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

background-color css

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

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

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

border-color css

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

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

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