Html Css Color HEX #C72650 Old Rose

📋 copy color: '#C72650'

red 199 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #C72650

Tints of Old Rose #C72650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 62.78%
G = 11.99%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C72650 (or 0xC72650) is known color: Old Rose. HEX triplet: C7, 26 and 50. RGB value is (199,38,80). Sum of RGB (Red+Green+Blue) = 199+38+80=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C72650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72650 is #38D9AF. Grayscale: #5A5A5A. Windows color (decimal): -3725744 or 5252807. OLE color: 5252807.

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

Color convert

RGB 199 38 80 -
CMYK 0 0.81 0.60 0.22
HSL 344.35º 0.68% 0.46% -
HSV(B) 344.35º 0.81% 0.78% -
XYZ 25.69 14.11 8.96 -
YUV 90.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 199 38 80 0 0.81 0.60 0.22 344.35 0.68 0.46
Hex C7 26 50 0 51 3C 16 158 44 2E
Octal 307 46 120 0 121 74 26 530 104 56
Binary 11000111 100110 1010000 0 1010001 111100 10110 101011000 1000100 101110

Color Harmonies of #C72650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72650

Black with #C72650

Text Example


Text Example

White with #C72650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72650; }

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

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

background-color css

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

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

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

border-color css

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

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

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