Html Css Color HEX #C72150 Old Rose

📋 copy color: '#C72150'

red 199 ◦ green 33 ◦ blue 80

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

Shades of Old Rose #C72150

Tints of Old Rose #C72150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 63.78%
G = 10.58%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C72150 (or 0xC72150) is known color: Old Rose. HEX triplet: C7, 21 and 50. RGB value is (199,33,80). Sum of RGB (Red+Green+Blue) = 199+33+80=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C72150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72150 is #38DEAF. Grayscale: #575757. Windows color (decimal): -3727024 or 5251527. OLE color: 5251527.

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

Color convert

RGB 199 33 80 -
CMYK 0 0.83 0.60 0.22
HSL 343.01º 0.72% 0.45% -
HSV(B) 343.01º 0.83% 0.78% -
XYZ 25.55 13.81 8.91 -
YUV 87.99 123.5 207.18 -
System Red Green Blue C M Y K H S L
Decimal 199 33 80 0 0.83 0.60 0.22 343.01 0.72 0.45
Hex C7 21 50 0 53 3C 16 157 48 2D
Octal 307 41 120 0 123 74 26 527 110 55
Binary 11000111 100001 1010000 0 1010011 111100 10110 101010111 1001000 101101

Color Harmonies of #C72150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72150

Black with #C72150

Text Example


Text Example

White with #C72150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72150; }

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

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

background-color css

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

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

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

border-color css

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

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

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