Html Css Color HEX #C03051 Old Rose

📋 copy color: '#C03051'

red 192 ◦ green 48 ◦ blue 81

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

Shades of Old Rose #C03051

Tints of Old Rose #C03051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 59.81%
G = 14.95%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C03051 (or 0xC03051) is known color: Old Rose. HEX triplet: C0, 30 and 51. RGB value is (192,48,81). Sum of RGB (Red+Green+Blue) = 192+48+81=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03051 is #3FCFAE. Grayscale: #5E5E5E. Windows color (decimal): -4181935 or 5320896. OLE color: 5320896.

HSL color Cylindrical-coordinate representation of color #C03051: hue angle of 346.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03051 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 81 -
CMYK 0 0.75 0.58 0.25
HSL 346.25º 0.6% 0.47% -
HSV(B) 346.25º 0.75% 0.75% -
XYZ 24.28 13.91 9.19 -
YUV 94.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 192 48 81 0 0.75 0.58 0.25 346.25 0.6 0.47
Hex C0 30 51 0 4B 3A 19 15A 3C 2F
Octal 300 60 121 0 113 72 31 532 74 57
Binary 11000000 110000 1010001 0 1001011 111010 11001 101011010 111100 101111

Color Harmonies of #C03051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03051

Black with #C03051

Text Example


Text Example

White with #C03051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03051; }

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

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

background-color css

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

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

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

border-color css

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

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

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