Html Css Color HEX #C12561 Old Rose

📋 copy color: '#C12561'

red 193 ◦ green 37 ◦ blue 97

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

Shades of Old Rose #C12561

Tints of Old Rose #C12561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 59.02%
G = 11.31%
B = 29.66%

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

#C12561 (or 0xC12561) is known color: Old Rose. HEX triplet: C1, 25 and 61. RGB value is (193,37,97). Sum of RGB (Red+Green+Blue) = 193+37+97=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C12561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12561 is #3EDA9E. Grayscale: #5A5A5A. Windows color (decimal): -4119199 or 6366657. OLE color: 6366657.

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

Color convert

RGB 193 37 97 -
CMYK 0 0.81 0.50 0.24
HSL 336.92º 0.68% 0.45% -
HSV(B) 336.92º 0.81% 0.76% -
XYZ 24.81 13.52 12.61 -
YUV 90.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 193 37 97 0 0.81 0.50 0.24 336.92 0.68 0.45
Hex C1 25 61 0 51 32 18 151 44 2D
Octal 301 45 141 0 121 62 30 521 104 55
Binary 11000001 100101 1100001 0 1010001 110010 11000 101010001 1000100 101101

Color Harmonies of #C12561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12561

Black with #C12561

Text Example


Text Example

White with #C12561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12561; }

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

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

background-color css

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

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

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

border-color css

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

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

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