Html Css Color HEX #C12646 Old Rose

📋 copy color: '#C12646'

red 193 ◦ green 38 ◦ blue 70

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

Shades of Old Rose #C12646

Tints of Old Rose #C12646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 64.12%
G = 12.62%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12646 (or 0xC12646) is known color: Old Rose. HEX triplet: C1, 26 and 46. RGB value is (193,38,70). Sum of RGB (Red+Green+Blue) = 193+38+70=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C12646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12646 is #3ED9B9. Grayscale: #585858. Windows color (decimal): -4118970 or 4597441. OLE color: 4597441.

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

Color convert

RGB 193 38 70 -
CMYK 0 0.80 0.64 0.24
HSL 347.61º 0.67% 0.45% -
HSV(B) 347.61º 0.8% 0.76% -
XYZ 23.79 13.17 7.08 -
YUV 87.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 193 38 70 0 0.80 0.64 0.24 347.61 0.67 0.45
Hex C1 26 46 0 50 40 18 15C 43 2D
Octal 301 46 106 0 120 100 30 534 103 55
Binary 11000001 100110 1000110 0 1010000 1000000 11000 101011100 1000011 101101

Color Harmonies of #C12646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12646

Black with #C12646

Text Example


Text Example

White with #C12646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12646; }

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

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

background-color css

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

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

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

border-color css

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

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

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