Html Css Color HEX #C72260 Old Rose

📋 copy color: '#C72260'

red 199 ◦ green 34 ◦ blue 96

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

Shades of Old Rose #C72260

Tints of Old Rose #C72260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 60.49%
G = 10.33%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C72260 (or 0xC72260) is known color: Old Rose. HEX triplet: C7, 22 and 60. RGB value is (199,34,96). Sum of RGB (Red+Green+Blue) = 199+34+96=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C72260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72260 is #38DD9F. Grayscale: #5A5A5A. Windows color (decimal): -3726752 or 6300359. OLE color: 6300359.

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

Color convert

RGB 199 34 96 -
CMYK 0 0.83 0.52 0.22
HSL 337.45º 0.71% 0.46% -
HSV(B) 337.45º 0.83% 0.78% -
XYZ 26.24 14.13 12.41 -
YUV 90.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 199 34 96 0 0.83 0.52 0.22 337.45 0.71 0.46
Hex C7 22 60 0 53 34 16 151 47 2E
Octal 307 42 140 0 123 64 26 521 107 56
Binary 11000111 100010 1100000 0 1010011 110100 10110 101010001 1000111 101110

Color Harmonies of #C72260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72260

Black with #C72260

Text Example


Text Example

White with #C72260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72260; }

 p { color: rgb(199,34,96); }

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

background-color css

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

 a { background-color: rgb(199,34,96); }

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

border-color css

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

 span { border-color: rgb(199,34,96); }

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