Html Css Color HEX #C72850 Old Rose

📋 copy color: '#C72850'

red 199 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #C72850

Tints of Old Rose #C72850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 62.38%
G = 12.54%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C72850 (or 0xC72850) is known color: Old Rose. HEX triplet: C7, 28 and 50. RGB value is (199,40,80). Sum of RGB (Red+Green+Blue) = 199+40+80=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C72850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72850 is #38D7AF. Grayscale: #5C5C5C. Windows color (decimal): -3725232 or 5253319. OLE color: 5253319.

HSL color Cylindrical-coordinate representation of color #C72850: hue angle of 344.91º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72850 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 80 -
CMYK 0 0.80 0.60 0.22
HSL 344.91º 0.67% 0.47% -
HSV(B) 344.91º 0.8% 0.78% -
XYZ 25.76 14.24 8.98 -
YUV 92.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 199 40 80 0 0.80 0.60 0.22 344.91 0.67 0.47
Hex C7 28 50 0 50 3C 16 159 43 2F
Octal 307 50 120 0 120 74 26 531 103 57
Binary 11000111 101000 1010000 0 1010000 111100 10110 101011001 1000011 101111

Color Harmonies of #C72850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72850

Black with #C72850

Text Example


Text Example

White with #C72850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72850; }

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

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

background-color css

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

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

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

border-color css

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

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

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