Html Css Color HEX #C12650 Old Rose

📋 copy color: '#C12650'

red 193 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #C12650

Tints of Old Rose #C12650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 62.06%
G = 12.22%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C12650 (or 0xC12650) is known color: Old Rose. HEX triplet: C1, 26 and 50. RGB value is (193,38,80). Sum of RGB (Red+Green+Blue) = 193+38+80=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C12650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12650 is #3ED9AF. Grayscale: #595959. Windows color (decimal): -4118960 or 5252801. OLE color: 5252801.

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

Color convert

RGB 193 38 80 -
CMYK 0 0.80 0.59 0.24
HSL 343.74º 0.67% 0.45% -
HSV(B) 343.74º 0.8% 0.76% -
XYZ 24.13 13.3 8.89 -
YUV 89.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 193 38 80 0 0.80 0.59 0.24 343.74 0.67 0.45
Hex C1 26 50 0 50 3B 18 158 43 2D
Octal 301 46 120 0 120 73 30 530 103 55
Binary 11000001 100110 1010000 0 1010000 111011 11000 101011000 1000011 101101

Color Harmonies of #C12650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12650

Black with #C12650

Text Example


Text Example

White with #C12650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12650; }

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

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

background-color css

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

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

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

border-color css

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

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

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