Html Css Color HEX #C73555 Old Rose

📋 copy color: '#C73555'

red 199 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #C73555

Tints of Old Rose #C73555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 59.05%
G = 15.73%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73555 (or 0xC73555) is known color: Old Rose. HEX triplet: C7, 35 and 55. RGB value is (199,53,85). Sum of RGB (Red+Green+Blue) = 199+53+85=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73555 is #38CAAA. Grayscale: #646464. Windows color (decimal): -3721899 or 5584327. OLE color: 5584327.

HSL color Cylindrical-coordinate representation of color #C73555: hue angle of 346.85º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73555 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 85 -
CMYK 0 0.73 0.57 0.22
HSL 346.85º 0.58% 0.49% -
HSV(B) 346.85º 0.73% 0.78% -
XYZ 26.47 15.34 10.16 -
YUV 100.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 199 53 85 0 0.73 0.57 0.22 346.85 0.58 0.49
Hex C7 35 55 0 49 39 16 15B 3A 31
Octal 307 65 125 0 111 71 26 533 72 61
Binary 11000111 110101 1010101 0 1001001 111001 10110 101011011 111010 110001

Color Harmonies of #C73555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73555

Black with #C73555

Text Example


Text Example

White with #C73555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73555; }

 p { color: rgb(199,53,85); }

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

background-color css

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

 a { background-color: rgb(199,53,85); }

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

border-color css

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

 span { border-color: rgb(199,53,85); }

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