Html Css Color HEX #C73C5C Old Rose

📋 copy color: '#C73C5C'

red 199 ◦ green 60 ◦ blue 92

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

Shades of Old Rose #C73C5C

Tints of Old Rose #C73C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 56.7%
G = 17.09%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C73C5C (or 0xC73C5C) is known color: Old Rose. HEX triplet: C7, 3C and 5C. RGB value is (199,60,92). Sum of RGB (Red+Green+Blue) = 199+60+92=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C5C is #38C3A3. Grayscale: #696969. Windows color (decimal): -3720100 or 6044871. OLE color: 6044871.

HSL color Cylindrical-coordinate representation of color #C73C5C: hue angle of 346.19º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C5C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 92 -
CMYK 0 0.70 0.54 0.22
HSL 346.19º 0.55% 0.51% -
HSV(B) 346.19º 0.7% 0.78% -
XYZ 27.1 16.15 11.81 -
YUV 105.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 199 60 92 0 0.70 0.54 0.22 346.19 0.55 0.51
Hex C7 3C 5C 0 46 36 16 15A 37 33
Octal 307 74 134 0 106 66 26 532 67 63
Binary 11000111 111100 1011100 0 1000110 110110 10110 101011010 110111 110011

Color Harmonies of #C73C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C5C

Black with #C73C5C

Text Example


Text Example

White with #C73C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C5C; }

 p { color: rgb(199,60,92); }

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

background-color css

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

 a { background-color: rgb(199,60,92); }

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

border-color css

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

 span { border-color: rgb(199,60,92); }

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