Html Css Color HEX #C01E49 Old Rose

📋 copy color: '#C01E49'

red 192 ◦ green 30 ◦ blue 73

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

Shades of Old Rose #C01E49

Tints of Old Rose #C01E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 65.08%
G = 10.17%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C01E49 (or 0xC01E49) is known color: Old Rose. HEX triplet: C0, 1E and 49. RGB value is (192,30,73). Sum of RGB (Red+Green+Blue) = 192+30+73=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E49 is #3FE1B6. Grayscale: #535353. Windows color (decimal): -4186551 or 4792000. OLE color: 4792000.

HSL color Cylindrical-coordinate representation of color #C01E49: hue angle of 344.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E49 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 30 73 -
CMYK 0 0.84 0.62 0.25
HSL 344.07º 0.73% 0.44% -
HSV(B) 344.07º 0.84% 0.75% -
XYZ 23.41 12.62 7.5 -
YUV 83.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 192 30 73 0 0.84 0.62 0.25 344.07 0.73 0.44
Hex C0 1E 49 0 54 3E 19 158 49 2C
Octal 300 36 111 0 124 76 31 530 111 54
Binary 11000000 11110 1001001 0 1010100 111110 11001 101011000 1001001 101100

Color Harmonies of #C01E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E49

Black with #C01E49

Text Example


Text Example

White with #C01E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E49; }

 p { color: rgb(192,30,73); }

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

background-color css

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

 a { background-color: rgb(192,30,73); }

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

border-color css

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

 span { border-color: rgb(192,30,73); }

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