Html Css Color HEX #C12460 Old Rose

📋 copy color: '#C12460'

red 193 ◦ green 36 ◦ blue 96

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

Shades of Old Rose #C12460

Tints of Old Rose #C12460

RGB

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

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

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

R = 59.38%
G = 11.08%
B = 29.54%

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

#C12460 (or 0xC12460) is known color: Old Rose. HEX triplet: C1, 24 and 60. RGB value is (193,36,96). Sum of RGB (Red+Green+Blue) = 193+36+96=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C12460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12460 is #3EDB9F. Grayscale: #595959. Windows color (decimal): -4119456 or 6300865. OLE color: 6300865.

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

Color convert

RGB 193 36 96 -
CMYK 0 0.81 0.50 0.24
HSL 337.07º 0.69% 0.45% -
HSV(B) 337.07º 0.81% 0.76% -
XYZ 24.73 13.44 12.36 -
YUV 89.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 193 36 96 0 0.81 0.50 0.24 337.07 0.69 0.45
Hex C1 24 60 0 51 32 18 151 45 2D
Octal 301 44 140 0 121 62 30 521 105 55
Binary 11000001 100100 1100000 0 1010001 110010 11000 101010001 1000101 101101

Color Harmonies of #C12460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12460

Black with #C12460

Text Example


Text Example

White with #C12460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12460; }

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

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

background-color css

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

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

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

border-color css

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

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

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