Html Css Color HEX #C1195C Old Rose

📋 copy color: '#C1195C'

red 193 ◦ green 25 ◦ blue 92

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

Shades of Old Rose #C1195C

Tints of Old Rose #C1195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 62.26%
G = 8.06%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1195C (or 0xC1195C) is known color: Old Rose. HEX triplet: C1, 19 and 5C. RGB value is (193,25,92). Sum of RGB (Red+Green+Blue) = 193+25+92=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1195C is #3EE6A3. Grayscale: #525252. Windows color (decimal): -4122276 or 6035905. OLE color: 6035905.

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

Color convert

RGB 193 25 92 -
CMYK 0 0.87 0.52 0.24
HSL 336.07º 0.77% 0.43% -
HSV(B) 336.07º 0.87% 0.76% -
XYZ 24.27 12.81 11.32 -
YUV 82.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 193 25 92 0 0.87 0.52 0.24 336.07 0.77 0.43
Hex C1 19 5C 0 57 34 18 150 4D 2B
Octal 301 31 134 0 127 64 30 520 115 53
Binary 11000001 11001 1011100 0 1010111 110100 11000 101010000 1001101 101011

Color Harmonies of #C1195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1195C

Black with #C1195C

Text Example


Text Example

White with #C1195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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