Html Css Color HEX #C01E54 Old Rose

📋 copy color: '#C01E54'

red 192 ◦ green 30 ◦ blue 84

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

Shades of Old Rose #C01E54

Tints of Old Rose #C01E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 62.75%
G = 9.8%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01E54 (or 0xC01E54) is known color: Old Rose. HEX triplet: C0, 1E and 54. RGB value is (192,30,84). Sum of RGB (Red+Green+Blue) = 192+30+84=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E54 is #3FE1AB. Grayscale: #545454. Windows color (decimal): -4186540 or 5512896. OLE color: 5512896.

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

Color convert

RGB 192 30 84 -
CMYK 0 0.84 0.56 0.25
HSL 340º 0.73% 0.44% -
HSV(B) 340º 0.84% 0.75% -
XYZ 23.8 12.78 9.6 -
YUV 84.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 192 30 84 0 0.84 0.56 0.25 340 0.73 0.44
Hex C0 1E 54 0 54 38 19 154 49 2C
Octal 300 36 124 0 124 70 31 524 111 54
Binary 11000000 11110 1010100 0 1010100 111000 11001 101010100 1001001 101100

Color Harmonies of #C01E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E54

Black with #C01E54

Text Example


Text Example

White with #C01E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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