Html Css Color HEX #C1345E Old Rose

📋 copy color: '#C1345E'

red 193 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #C1345E

Tints of Old Rose #C1345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 56.93%
G = 15.34%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1345E (or 0xC1345E) is known color: Old Rose. HEX triplet: C1, 34 and 5E. RGB value is (193,52,94). Sum of RGB (Red+Green+Blue) = 193+52+94=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1345E is #3ECBA1. Grayscale: #626262. Windows color (decimal): -4115362 or 6173889. OLE color: 6173889.

HSL color Cylindrical-coordinate representation of color #C1345E: hue angle of 342.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1345E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 94 -
CMYK 0 0.73 0.51 0.24
HSL 342.13º 0.58% 0.48% -
HSV(B) 342.13º 0.73% 0.76% -
XYZ 25.24 14.6 12.08 -
YUV 98.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 193 52 94 0 0.73 0.51 0.24 342.13 0.58 0.48
Hex C1 34 5E 0 49 33 18 156 3A 30
Octal 301 64 136 0 111 63 30 526 72 60
Binary 11000001 110100 1011110 0 1001001 110011 11000 101010110 111010 110000

Color Harmonies of #C1345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1345E

Black with #C1345E

Text Example


Text Example

White with #C1345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1345E; }

 p { color: rgb(193,52,94); }

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

background-color css

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

 a { background-color: rgb(193,52,94); }

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

border-color css

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

 span { border-color: rgb(193,52,94); }

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