Html Css Color HEX #C12859 Old Rose

📋 copy color: '#C12859'

red 193 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #C12859

Tints of Old Rose #C12859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 59.94%
G = 12.42%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C12859 (or 0xC12859) is known color: Old Rose. HEX triplet: C1, 28 and 59. RGB value is (193,40,89). Sum of RGB (Red+Green+Blue) = 193+40+89=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C12859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12859 is #3ED7A6. Grayscale: #5B5B5B. Windows color (decimal): -4118439 or 5843137. OLE color: 5843137.

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

Color convert

RGB 193 40 89 -
CMYK 0 0.79 0.54 0.24
HSL 340.78º 0.66% 0.46% -
HSV(B) 340.78º 0.79% 0.76% -
XYZ 24.55 13.58 10.78 -
YUV 91.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 193 40 89 0 0.79 0.54 0.24 340.78 0.66 0.46
Hex C1 28 59 0 4F 36 18 155 42 2E
Octal 301 50 131 0 117 66 30 525 102 56
Binary 11000001 101000 1011001 0 1001111 110110 11000 101010101 1000010 101110

Color Harmonies of #C12859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12859

Black with #C12859

Text Example


Text Example

White with #C12859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12859; }

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

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

background-color css

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

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

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

border-color css

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

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

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