Html Css Color HEX #C12563 Old Rose

📋 copy color: '#C12563'

red 193 ◦ green 37 ◦ blue 99

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

Shades of Old Rose #C12563

Tints of Old Rose #C12563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 58.66%
G = 11.25%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C12563 (or 0xC12563) is known color: Old Rose. HEX triplet: C1, 25 and 63. RGB value is (193,37,99). Sum of RGB (Red+Green+Blue) = 193+37+99=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C12563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12563 is #3EDA9C. Grayscale: #5A5A5A. Windows color (decimal): -4119197 or 6497729. OLE color: 6497729.

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

Color convert

RGB 193 37 99 -
CMYK 0 0.81 0.49 0.24
HSL 336.15º 0.68% 0.45% -
HSV(B) 336.15º 0.81% 0.76% -
XYZ 24.91 13.56 13.11 -
YUV 90.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 193 37 99 0 0.81 0.49 0.24 336.15 0.68 0.45
Hex C1 25 63 0 51 31 18 150 44 2D
Octal 301 45 143 0 121 61 30 520 104 55
Binary 11000001 100101 1100011 0 1010001 110001 11000 101010000 1000100 101101

Color Harmonies of #C12563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12563

Black with #C12563

Text Example


Text Example

White with #C12563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12563; }

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

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

background-color css

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

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

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

border-color css

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

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

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