Html Css Color HEX #C12660 Old Rose

📋 copy color: '#C12660'

red 193 ◦ green 38 ◦ blue 96

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

Shades of Old Rose #C12660

Tints of Old Rose #C12660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

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

R = 59.02%
G = 11.62%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C12660 (or 0xC12660) is known color: Old Rose. HEX triplet: C1, 26 and 60. RGB value is (193,38,96). Sum of RGB (Red+Green+Blue) = 193+38+96=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C12660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12660 is #3ED99F. Grayscale: #5A5A5A. Windows color (decimal): -4118944 or 6301377. OLE color: 6301377.

HSL color Cylindrical-coordinate representation of color #C12660: hue angle of 337.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12660 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 96 -
CMYK 0 0.80 0.50 0.24
HSL 337.55º 0.67% 0.45% -
HSV(B) 337.55º 0.8% 0.76% -
XYZ 24.8 13.57 12.38 -
YUV 90.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 193 38 96 0 0.80 0.50 0.24 337.55 0.67 0.45
Hex C1 26 60 0 50 32 18 152 43 2D
Octal 301 46 140 0 120 62 30 522 103 55
Binary 11000001 100110 1100000 0 1010000 110010 11000 101010010 1000011 101101

Color Harmonies of #C12660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12660

Black with #C12660

Text Example


Text Example

White with #C12660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12660; }

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

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

background-color css

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

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

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

border-color css

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

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

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