Html Css Color HEX #C12857 Old Rose

📋 copy color: '#C12857'

red 193 ◦ green 40 ◦ blue 87

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

Shades of Old Rose #C12857

Tints of Old Rose #C12857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 87 (34.38% from 255) = 27.19%

R = 60.31%
G = 12.5%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C12857 (or 0xC12857) is known color: Old Rose. HEX triplet: C1, 28 and 57. RGB value is (193,40,87). Sum of RGB (Red+Green+Blue) = 193+40+87=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C12857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12857 is #3ED7A8. Grayscale: #5B5B5B. Windows color (decimal): -4118441 or 5712065. OLE color: 5712065.

HSL color Cylindrical-coordinate representation of color #C12857: hue angle of 341.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12857 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 87 -
CMYK 0 0.79 0.55 0.24
HSL 341.57º 0.66% 0.46% -
HSV(B) 341.57º 0.79% 0.76% -
XYZ 24.47 13.54 10.34 -
YUV 91.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 193 40 87 0 0.79 0.55 0.24 341.57 0.66 0.46
Hex C1 28 57 0 4F 37 18 156 42 2E
Octal 301 50 127 0 117 67 30 526 102 56
Binary 11000001 101000 1010111 0 1001111 110111 11000 101010110 1000010 101110

Color Harmonies of #C12857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12857

Black with #C12857

Text Example


Text Example

White with #C12857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12857; }

 p { color: rgb(193,40,87); }

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

background-color css

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

 a { background-color: rgb(193,40,87); }

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

border-color css

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

 span { border-color: rgb(193,40,87); }

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