Html Css Color HEX #C1324C Old Rose

📋 copy color: '#C1324C'

red 193 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #C1324C

Tints of Old Rose #C1324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 60.5%
G = 15.67%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1324C (or 0xC1324C) is known color: Old Rose. HEX triplet: C1, 32 and 4C. RGB value is (193,50,76). Sum of RGB (Red+Green+Blue) = 193+50+76=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1324C is #3ECDB3. Grayscale: #5F5F5F. Windows color (decimal): -4115892 or 4993729. OLE color: 4993729.

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

Color convert

RGB 193 50 76 -
CMYK 0 0.74 0.61 0.24
HSL 349.09º 0.59% 0.48% -
HSV(B) 349.09º 0.74% 0.76% -
XYZ 24.44 14.14 8.28 -
YUV 95.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 193 50 76 0 0.74 0.61 0.24 349.09 0.59 0.48
Hex C1 32 4C 0 4A 3D 18 15D 3B 30
Octal 301 62 114 0 112 75 30 535 73 60
Binary 11000001 110010 1001100 0 1001010 111101 11000 101011101 111011 110000

Color Harmonies of #C1324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1324C

Black with #C1324C

Text Example


Text Example

White with #C1324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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