Html Css Color HEX #C1315C Old Rose

📋 copy color: '#C1315C'

red 193 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #C1315C

Tints of Old Rose #C1315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 57.78%
G = 14.67%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1315C (or 0xC1315C) is known color: Old Rose. HEX triplet: C1, 31 and 5C. RGB value is (193,49,92). Sum of RGB (Red+Green+Blue) = 193+49+92=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1315C is #3ECEA3. Grayscale: #606060. Windows color (decimal): -4116132 or 6042049. OLE color: 6042049.

HSL color Cylindrical-coordinate representation of color #C1315C: hue angle of 342.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1315C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 92 -
CMYK 0 0.75 0.52 0.24
HSL 342.08º 0.6% 0.47% -
HSV(B) 342.08º 0.75% 0.76% -
XYZ 25.02 14.31 11.57 -
YUV 96.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 193 49 92 0 0.75 0.52 0.24 342.08 0.6 0.47
Hex C1 31 5C 0 4B 34 18 156 3C 2F
Octal 301 61 134 0 113 64 30 526 74 57
Binary 11000001 110001 1011100 0 1001011 110100 11000 101010110 111100 101111

Color Harmonies of #C1315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1315C

Black with #C1315C

Text Example


Text Example

White with #C1315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1315C; }

 p { color: rgb(193,49,92); }

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

background-color css

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

 a { background-color: rgb(193,49,92); }

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

border-color css

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

 span { border-color: rgb(193,49,92); }

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