Html Css Color HEX #C73355 Old Rose

📋 copy color: '#C73355'

red 199 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #C73355

Tints of Old Rose #C73355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 59.4%
G = 15.22%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C73355 (or 0xC73355) is known color: Old Rose. HEX triplet: C7, 33 and 55. RGB value is (199,51,85). Sum of RGB (Red+Green+Blue) = 199+51+85=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C73355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73355 is #38CCAA. Grayscale: #636363. Windows color (decimal): -3722411 or 5583815. OLE color: 5583815.

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

Color convert

RGB 199 51 85 -
CMYK 0 0.74 0.57 0.22
HSL 346.22º 0.59% 0.49% -
HSV(B) 346.22º 0.74% 0.78% -
XYZ 26.38 15.17 10.13 -
YUV 99.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 199 51 85 0 0.74 0.57 0.22 346.22 0.59 0.49
Hex C7 33 55 0 4A 39 16 15A 3B 31
Octal 307 63 125 0 112 71 26 532 73 61
Binary 11000111 110011 1010101 0 1001010 111001 10110 101011010 111011 110001

Color Harmonies of #C73355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73355

Black with #C73355

Text Example


Text Example

White with #C73355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73355; }

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

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

background-color css

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

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

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

border-color css

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

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

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