Html Css Color HEX #C1295C Old Rose

📋 copy color: '#C1295C'

red 193 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #C1295C

Tints of Old Rose #C1295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 59.2%
G = 12.58%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1295C (or 0xC1295C) is known color: Old Rose. HEX triplet: C1, 29 and 5C. RGB value is (193,41,92). Sum of RGB (Red+Green+Blue) = 193+41+92=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1295C is #3ED6A3. Grayscale: #5C5C5C. Windows color (decimal): -4118180 or 6040001. OLE color: 6040001.

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

Color convert

RGB 193 41 92 -
CMYK 0 0.79 0.52 0.24
HSL 339.87º 0.65% 0.46% -
HSV(B) 339.87º 0.79% 0.76% -
XYZ 24.72 13.7 11.47 -
YUV 92.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 193 41 92 0 0.79 0.52 0.24 339.87 0.65 0.46
Hex C1 29 5C 0 4F 34 18 154 41 2E
Octal 301 51 134 0 117 64 30 524 101 56
Binary 11000001 101001 1011100 0 1001111 110100 11000 101010100 1000001 101110

Color Harmonies of #C1295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1295C

Black with #C1295C

Text Example


Text Example

White with #C1295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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