Html Css Color HEX #C03E54 Old Rose

📋 copy color: '#C03E54'

red 192 ◦ green 62 ◦ blue 84

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

Shades of Old Rose #C03E54

Tints of Old Rose #C03E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 56.8%
G = 18.34%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C03E54 (or 0xC03E54) is known color: Old Rose. HEX triplet: C0, 3E and 54. RGB value is (192,62,84). Sum of RGB (Red+Green+Blue) = 192+62+84=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E54 is #3FC1AB. Grayscale: #676767. Windows color (decimal): -4178348 or 5521088. OLE color: 5521088.

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

Color convert

RGB 192 62 84 -
CMYK 0 0.68 0.56 0.25
HSL 349.85º 0.51% 0.5% -
HSV(B) 349.85º 0.68% 0.75% -
XYZ 25.06 15.29 10.02 -
YUV 103.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 192 62 84 0 0.68 0.56 0.25 349.85 0.51 0.5
Hex C0 3E 54 0 44 38 19 15E 33 32
Octal 300 76 124 0 104 70 31 536 63 62
Binary 11000000 111110 1010100 0 1000100 111000 11001 101011110 110011 110010

Color Harmonies of #C03E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E54

Black with #C03E54

Text Example


Text Example

White with #C03E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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