Html Css Color HEX #C12557 Old Rose

📋 copy color: '#C12557'

red 193 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #C12557

Tints of Old Rose #C12557

RGB

 RED value IS 193 (75.78% from 255) = 60.88%

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 87 (34.38% from 255) = 27.44%

R = 60.88%
G = 11.67%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C12557 (or 0xC12557) is known color: Old Rose. HEX triplet: C1, 25 and 57. RGB value is (193,37,87). Sum of RGB (Red+Green+Blue) = 193+37+87=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C12557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12557 is #3EDAA8. Grayscale: #595959. Windows color (decimal): -4119209 or 5711297. OLE color: 5711297.

HSL color Cylindrical-coordinate representation of color #C12557: hue angle of 340.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12557 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 87 -
CMYK 0 0.81 0.55 0.24
HSL 340.77º 0.68% 0.45% -
HSV(B) 340.77º 0.81% 0.76% -
XYZ 24.37 13.35 10.31 -
YUV 89.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 193 37 87 0 0.81 0.55 0.24 340.77 0.68 0.45
Hex C1 25 57 0 51 37 18 155 44 2D
Octal 301 45 127 0 121 67 30 525 104 55
Binary 11000001 100101 1010111 0 1010001 110111 11000 101010101 1000100 101101

Color Harmonies of #C12557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12557

Black with #C12557

Text Example


Text Example

White with #C12557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12557; }

 p { color: rgb(193,37,87); }

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

background-color css

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

 a { background-color: rgb(193,37,87); }

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

border-color css

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

 span { border-color: rgb(193,37,87); }

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