Html Css Color HEX #C12357 Old Rose

📋 copy color: '#C12357'

red 193 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #C12357

Tints of Old Rose #C12357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 61.27%
G = 11.11%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C12357 (or 0xC12357) is known color: Old Rose. HEX triplet: C1, 23 and 57. RGB value is (193,35,87). Sum of RGB (Red+Green+Blue) = 193+35+87=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12357 is #3EDCA8. Grayscale: #585858. Windows color (decimal): -4119721 or 5710785. OLE color: 5710785.

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

Color convert

RGB 193 35 87 -
CMYK 0 0.82 0.55 0.24
HSL 340.25º 0.69% 0.45% -
HSV(B) 340.25º 0.82% 0.76% -
XYZ 24.31 13.23 10.29 -
YUV 88.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 193 35 87 0 0.82 0.55 0.24 340.25 0.69 0.45
Hex C1 23 57 0 52 37 18 154 45 2D
Octal 301 43 127 0 122 67 30 524 105 55
Binary 11000001 100011 1010111 0 1010010 110111 11000 101010100 1000101 101101

Color Harmonies of #C12357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12357

Black with #C12357

Text Example


Text Example

White with #C12357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12357; }

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

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

background-color css

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

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

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

border-color css

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

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

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