Html Css Color HEX #C12560 Old Rose

📋 copy color: '#C12560'

red 193 ◦ green 37 ◦ blue 96

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

Shades of Old Rose #C12560

Tints of Old Rose #C12560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 59.2%
G = 11.35%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C12560 (or 0xC12560) is known color: Old Rose. HEX triplet: C1, 25 and 60. RGB value is (193,37,96). Sum of RGB (Red+Green+Blue) = 193+37+96=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C12560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12560 is #3EDA9F. Grayscale: #5A5A5A. Windows color (decimal): -4119200 or 6301121. OLE color: 6301121.

HSL color Cylindrical-coordinate representation of color #C12560: hue angle of 337.31º 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 #C12560 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 96 -
CMYK 0 0.81 0.50 0.24
HSL 337.31º 0.68% 0.45% -
HSV(B) 337.31º 0.81% 0.76% -
XYZ 24.77 13.51 12.37 -
YUV 90.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 193 37 96 0 0.81 0.50 0.24 337.31 0.68 0.45
Hex C1 25 60 0 51 32 18 151 44 2D
Octal 301 45 140 0 121 62 30 521 104 55
Binary 11000001 100101 1100000 0 1010001 110010 11000 101010001 1000100 101101

Color Harmonies of #C12560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12560

Black with #C12560

Text Example


Text Example

White with #C12560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12560; }

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

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

background-color css

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

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

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

border-color css

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

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

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