Html Css Color HEX #C12D5D Old Rose

📋 copy color: '#C12D5D'

red 193 ◦ green 45 ◦ blue 93

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

Shades of Old Rose #C12D5D

Tints of Old Rose #C12D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 58.31%
G = 13.6%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C12D5D (or 0xC12D5D) is known color: Old Rose. HEX triplet: C1, 2D and 5D. RGB value is (193,45,93). Sum of RGB (Red+Green+Blue) = 193+45+93=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D5D is #3ED2A2. Grayscale: #5E5E5E. Windows color (decimal): -4117155 or 6106561. OLE color: 6106561.

HSL color Cylindrical-coordinate representation of color #C12D5D: hue angle of 340.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D5D is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 93 -
CMYK 0 0.77 0.52 0.24
HSL 340.54º 0.62% 0.47% -
HSV(B) 340.54º 0.77% 0.76% -
XYZ 24.91 14 11.75 -
YUV 94.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 193 45 93 0 0.77 0.52 0.24 340.54 0.62 0.47
Hex C1 2D 5D 0 4D 34 18 155 3E 2F
Octal 301 55 135 0 115 64 30 525 76 57
Binary 11000001 101101 1011101 0 1001101 110100 11000 101010101 111110 101111

Color Harmonies of #C12D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D5D

Black with #C12D5D

Text Example


Text Example

White with #C12D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D5D; }

 p { color: rgb(193,45,93); }

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

background-color css

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

 a { background-color: rgb(193,45,93); }

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

border-color css

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

 span { border-color: rgb(193,45,93); }

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