Html Css Color HEX #C12461 Old Rose

📋 copy color: '#C12461'

red 193 ◦ green 36 ◦ blue 97

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

Shades of Old Rose #C12461

Tints of Old Rose #C12461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 59.2%
G = 11.04%
B = 29.75%

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

#C12461 (or 0xC12461) is known color: Old Rose. HEX triplet: C1, 24 and 61. RGB value is (193,36,97). Sum of RGB (Red+Green+Blue) = 193+36+97=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C12461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12461 is #3EDB9E. Grayscale: #595959. Windows color (decimal): -4119455 or 6366401. OLE color: 6366401.

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

Color convert

RGB 193 36 97 -
CMYK 0 0.81 0.50 0.24
HSL 336.69º 0.69% 0.45% -
HSV(B) 336.69º 0.81% 0.76% -
XYZ 24.78 13.46 12.6 -
YUV 89.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 193 36 97 0 0.81 0.50 0.24 336.69 0.69 0.45
Hex C1 24 61 0 51 32 18 151 45 2D
Octal 301 44 141 0 121 62 30 521 105 55
Binary 11000001 100100 1100001 0 1010001 110010 11000 101010001 1000101 101101

Color Harmonies of #C12461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12461

Black with #C12461

Text Example


Text Example

White with #C12461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12461; }

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

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

background-color css

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

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

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

border-color css

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

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

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