Html Css Color HEX #C12648 Old Rose

📋 copy color: '#C12648'

red 193 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #C12648

Tints of Old Rose #C12648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 63.7%
G = 12.54%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C12648 (or 0xC12648) is known color: Old Rose. HEX triplet: C1, 26 and 48. RGB value is (193,38,72). Sum of RGB (Red+Green+Blue) = 193+38+72=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12648 is #3ED9B7. Grayscale: #585858. Windows color (decimal): -4118968 or 4728513. OLE color: 4728513.

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

Color convert

RGB 193 38 72 -
CMYK 0 0.80 0.63 0.24
HSL 346.84º 0.67% 0.45% -
HSV(B) 346.84º 0.8% 0.76% -
XYZ 23.86 13.19 7.42 -
YUV 88.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 193 38 72 0 0.80 0.63 0.24 346.84 0.67 0.45
Hex C1 26 48 0 50 3F 18 15B 43 2D
Octal 301 46 110 0 120 77 30 533 103 55
Binary 11000001 100110 1001000 0 1010000 111111 11000 101011011 1000011 101101

Color Harmonies of #C12648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12648

Black with #C12648

Text Example


Text Example

White with #C12648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12648; }

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

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

background-color css

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

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

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

border-color css

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

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

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