Html Css Color HEX #C1325A Old Rose

📋 copy color: '#C1325A'

red 193 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #C1325A

Tints of Old Rose #C1325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 57.96%
G = 15.02%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1325A (or 0xC1325A) is known color: Old Rose. HEX triplet: C1, 32 and 5A. RGB value is (193,50,90). Sum of RGB (Red+Green+Blue) = 193+50+90=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1325A is #3ECDA5. Grayscale: #616161. Windows color (decimal): -4115878 or 5911233. OLE color: 5911233.

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

Color convert

RGB 193 50 90 -
CMYK 0 0.74 0.53 0.24
HSL 343.22º 0.59% 0.48% -
HSV(B) 343.22º 0.74% 0.76% -
XYZ 24.98 14.36 11.13 -
YUV 97.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 193 50 90 0 0.74 0.53 0.24 343.22 0.59 0.48
Hex C1 32 5A 0 4A 35 18 157 3B 30
Octal 301 62 132 0 112 65 30 527 73 60
Binary 11000001 110010 1011010 0 1001010 110101 11000 101010111 111011 110000

Color Harmonies of #C1325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1325A

Black with #C1325A

Text Example


Text Example

White with #C1325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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