Html Css Color HEX #C73D4C Old Rose

📋 copy color: '#C73D4C'

red 199 ◦ green 61 ◦ blue 76

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

Shades of Old Rose #C73D4C

Tints of Old Rose #C73D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 59.23%
G = 18.15%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C73D4C (or 0xC73D4C) is known color: Old Rose. HEX triplet: C7, 3D and 4C. RGB value is (199,61,76). Sum of RGB (Red+Green+Blue) = 199+61+76=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D4C is #38C2B3. Grayscale: #686868. Windows color (decimal): -3719860 or 4996551. OLE color: 4996551.

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

Color convert

RGB 199 61 76 -
CMYK 0 0.69 0.62 0.22
HSL 353.48º 0.55% 0.51% -
HSV(B) 353.48º 0.69% 0.78% -
XYZ 26.53 16 8.53 -
YUV 103.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 199 61 76 0 0.69 0.62 0.22 353.48 0.55 0.51
Hex C7 3D 4C 0 45 3E 16 161 37 33
Octal 307 75 114 0 105 76 26 541 67 63
Binary 11000111 111101 1001100 0 1000101 111110 10110 101100001 110111 110011

Color Harmonies of #C73D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D4C

Black with #C73D4C

Text Example


Text Example

White with #C73D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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