Html Css Color HEX #C1325E Old Rose

📋 copy color: '#C1325E'

red 193 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C1325E

Tints of Old Rose #C1325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 57.27%
G = 14.84%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1325E (or 0xC1325E) is known color: Old Rose. HEX triplet: C1, 32 and 5E. RGB value is (193,50,94). Sum of RGB (Red+Green+Blue) = 193+50+94=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1325E is #3ECDA1. Grayscale: #616161. Windows color (decimal): -4115874 or 6173377. OLE color: 6173377.

HSL color Cylindrical-coordinate representation of color #C1325E: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1325E is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 94 -
CMYK 0 0.74 0.51 0.24
HSL 341.54º 0.59% 0.48% -
HSV(B) 341.54º 0.74% 0.76% -
XYZ 25.15 14.43 12.05 -
YUV 97.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 193 50 94 0 0.74 0.51 0.24 341.54 0.59 0.48
Hex C1 32 5E 0 4A 33 18 156 3B 30
Octal 301 62 136 0 112 63 30 526 73 60
Binary 11000001 110010 1011110 0 1001010 110011 11000 101010110 111011 110000

Color Harmonies of #C1325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1325E

Black with #C1325E

Text Example


Text Example

White with #C1325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1325E; }

 p { color: rgb(193,50,94); }

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

background-color css

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

 a { background-color: rgb(193,50,94); }

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

border-color css

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

 span { border-color: rgb(193,50,94); }

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