Html Css Color HEX #C73C4C Old Rose

📋 copy color: '#C73C4C'

red 199 ◦ green 60 ◦ blue 76

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

Shades of Old Rose #C73C4C

Tints of Old Rose #C73C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 59.4%
G = 17.91%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C73C4C (or 0xC73C4C) is known color: Old Rose. HEX triplet: C7, 3C and 4C. RGB value is (199,60,76). Sum of RGB (Red+Green+Blue) = 199+60+76=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C4C is #38C3B3. Grayscale: #676767. Windows color (decimal): -3720116 or 4996295. OLE color: 4996295.

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

Color convert

RGB 199 60 76 -
CMYK 0 0.70 0.62 0.22
HSL 353.09º 0.55% 0.51% -
HSV(B) 353.09º 0.7% 0.78% -
XYZ 26.47 15.9 8.51 -
YUV 103.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 199 60 76 0 0.70 0.62 0.22 353.09 0.55 0.51
Hex C7 3C 4C 0 46 3E 16 161 37 33
Octal 307 74 114 0 106 76 26 541 67 63
Binary 11000111 111100 1001100 0 1000110 111110 10110 101100001 110111 110011

Color Harmonies of #C73C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C4C

Black with #C73C4C

Text Example


Text Example

White with #C73C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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