Html Css Color HEX #C12354 Old Rose

📋 copy color: '#C12354'

red 193 ◦ green 35 ◦ blue 84

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

Shades of Old Rose #C12354

Tints of Old Rose #C12354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 61.86%
G = 11.22%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12354 (or 0xC12354) is known color: Old Rose. HEX triplet: C1, 23 and 54. RGB value is (193,35,84). Sum of RGB (Red+Green+Blue) = 193+35+84=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C12354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12354 is #3EDCAB. Grayscale: #575757. Windows color (decimal): -4119724 or 5514177. OLE color: 5514177.

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

Color convert

RGB 193 35 84 -
CMYK 0 0.82 0.56 0.24
HSL 341.39º 0.69% 0.45% -
HSV(B) 341.39º 0.82% 0.76% -
XYZ 24.19 13.18 9.66 -
YUV 87.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 193 35 84 0 0.82 0.56 0.24 341.39 0.69 0.45
Hex C1 23 54 0 52 38 18 155 45 2D
Octal 301 43 124 0 122 70 30 525 105 55
Binary 11000001 100011 1010100 0 1010010 111000 11000 101010101 1000101 101101

Color Harmonies of #C12354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12354

Black with #C12354

Text Example


Text Example

White with #C12354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12354; }

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

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

background-color css

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

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

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

border-color css

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

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

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