Html Css Color HEX #C1254A Old Rose

📋 copy color: '#C1254A'

red 193 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C1254A

Tints of Old Rose #C1254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 63.49%
G = 12.17%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1254A (or 0xC1254A) is known color: Old Rose. HEX triplet: C1, 25 and 4A. RGB value is (193,37,74). Sum of RGB (Red+Green+Blue) = 193+37+74=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1254A is #3EDAB5. Grayscale: #575757. Windows color (decimal): -4119222 or 4859329. OLE color: 4859329.

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

Color convert

RGB 193 37 74 -
CMYK 0 0.81 0.62 0.24
HSL 345.77º 0.68% 0.45% -
HSV(B) 345.77º 0.81% 0.76% -
XYZ 23.89 13.16 7.76 -
YUV 87.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 193 37 74 0 0.81 0.62 0.24 345.77 0.68 0.45
Hex C1 25 4A 0 51 3E 18 15A 44 2D
Octal 301 45 112 0 121 76 30 532 104 55
Binary 11000001 100101 1001010 0 1010001 111110 11000 101011010 1000100 101101

Color Harmonies of #C1254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1254A

Black with #C1254A

Text Example


Text Example

White with #C1254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1254A; }

 p { color: rgb(193,37,74); }

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

background-color css

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

 a { background-color: rgb(193,37,74); }

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

border-color css

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

 span { border-color: rgb(193,37,74); }

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