Html Css Color HEX #C73052 Old Rose

📋 copy color: '#C73052'

red 199 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #C73052

Tints of Old Rose #C73052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 60.49%
G = 14.59%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C73052 (or 0xC73052) is known color: Old Rose. HEX triplet: C7, 30 and 52. RGB value is (199,48,82). Sum of RGB (Red+Green+Blue) = 199+48+82=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73052 is #38CFAD. Grayscale: #616161. Windows color (decimal): -3723182 or 5386439. OLE color: 5386439.

HSL color Cylindrical-coordinate representation of color #C73052: hue angle of 346.49º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73052 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 82 -
CMYK 0 0.76 0.59 0.22
HSL 346.49º 0.61% 0.48% -
HSV(B) 346.49º 0.76% 0.78% -
XYZ 26.13 14.87 9.47 -
YUV 97.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 199 48 82 0 0.76 0.59 0.22 346.49 0.61 0.48
Hex C7 30 52 0 4C 3B 16 15A 3D 30
Octal 307 60 122 0 114 73 26 532 75 60
Binary 11000111 110000 1010010 0 1001100 111011 10110 101011010 111101 110000

Color Harmonies of #C73052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73052

Black with #C73052

Text Example


Text Example

White with #C73052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73052; }

 p { color: rgb(199,48,82); }

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

background-color css

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

 a { background-color: rgb(199,48,82); }

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

border-color css

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

 span { border-color: rgb(199,48,82); }

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