Html Css Color HEX #C03555 Old Rose

📋 copy color: '#C03555'

red 192 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #C03555

Tints of Old Rose #C03555

RGB

 RED value IS 192 (75.39% from 255) = 58.18%

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

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

R = 58.18%
G = 16.06%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C03555 (or 0xC03555) is known color: Old Rose. HEX triplet: C0, 35 and 55. RGB value is (192,53,85). Sum of RGB (Red+Green+Blue) = 192+53+85=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03555 is #3FCAAA. Grayscale: #626262. Windows color (decimal): -4180651 or 5584320. OLE color: 5584320.

HSL color Cylindrical-coordinate representation of color #C03555: hue angle of 346.19º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03555 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 85 -
CMYK 0 0.72 0.56 0.25
HSL 346.19º 0.57% 0.48% -
HSV(B) 346.19º 0.72% 0.75% -
XYZ 24.65 14.41 10.08 -
YUV 98.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 192 53 85 0 0.72 0.56 0.25 346.19 0.57 0.48
Hex C0 35 55 0 48 38 19 15A 39 30
Octal 300 65 125 0 110 70 31 532 71 60
Binary 11000000 110101 1010101 0 1001000 111000 11001 101011010 111001 110000

Color Harmonies of #C03555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03555

Black with #C03555

Text Example


Text Example

White with #C03555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03555; }

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

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

background-color css

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

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

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

border-color css

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

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

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