Html Css Color HEX #C72055 Old Rose

📋 copy color: '#C72055'

red 199 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C72055

Tints of Old Rose #C72055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 62.97%
G = 10.13%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72055 (or 0xC72055) is known color: Old Rose. HEX triplet: C7, 20 and 55. RGB value is (199,32,85). Sum of RGB (Red+Green+Blue) = 199+32+85=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C72055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72055 is #38DFAA. Grayscale: #575757. Windows color (decimal): -3727275 or 5578951. OLE color: 5578951.

HSL color Cylindrical-coordinate representation of color #C72055: hue angle of 340.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72055 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 85 -
CMYK 0 0.84 0.57 0.22
HSL 340.96º 0.72% 0.45% -
HSV(B) 340.96º 0.84% 0.78% -
XYZ 25.71 13.83 9.91 -
YUV 87.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 199 32 85 0 0.84 0.57 0.22 340.96 0.72 0.45
Hex C7 20 55 0 54 39 16 155 48 2D
Octal 307 40 125 0 124 71 26 525 110 55
Binary 11000111 100000 1010101 0 1010100 111001 10110 101010101 1001000 101101

Color Harmonies of #C72055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72055

Black with #C72055

Text Example


Text Example

White with #C72055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72055; }

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

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

background-color css

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

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

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

border-color css

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

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

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