Html Css Color HEX #C03551 Old Rose

📋 copy color: '#C03551'

red 192 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #C03551

Tints of Old Rose #C03551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.85%

R = 58.9%
G = 16.26%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C03551 (or 0xC03551) is known color: Old Rose. HEX triplet: C0, 35 and 51. RGB value is (192,53,81). Sum of RGB (Red+Green+Blue) = 192+53+81=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03551 is #3FCAAE. Grayscale: #616161. Windows color (decimal): -4180655 or 5322176. OLE color: 5322176.

HSL color Cylindrical-coordinate representation of color #C03551: hue angle of 347.91º 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 #C03551 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 81 -
CMYK 0 0.72 0.58 0.25
HSL 347.91º 0.57% 0.48% -
HSV(B) 347.91º 0.72% 0.75% -
XYZ 24.5 14.35 9.26 -
YUV 97.75 118.55 195.22 -
System Red Green Blue C M Y K H S L
Decimal 192 53 81 0 0.72 0.58 0.25 347.91 0.57 0.48
Hex C0 35 51 0 48 3A 19 15C 39 30
Octal 300 65 121 0 110 72 31 534 71 60
Binary 11000000 110101 1010001 0 1001000 111010 11001 101011100 111001 110000

Color Harmonies of #C03551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03551

Black with #C03551

Text Example


Text Example

White with #C03551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03551; }

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

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

background-color css

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

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

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

border-color css

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

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

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