Html Css Color HEX #C13B5E Old Rose

📋 copy color: '#C13B5E'

red 193 ◦ green 59 ◦ blue 94

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

Shades of Old Rose #C13B5E

Tints of Old Rose #C13B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

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

R = 55.78%
G = 17.05%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C13B5E (or 0xC13B5E) is known color: Old Rose. HEX triplet: C1, 3B and 5E. RGB value is (193,59,94). Sum of RGB (Red+Green+Blue) = 193+59+94=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B5E is #3EC4A1. Grayscale: #676767. Windows color (decimal): -4113570 or 6175681. OLE color: 6175681.

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

Color convert

RGB 193 59 94 -
CMYK 0 0.69 0.51 0.24
HSL 344.33º 0.53% 0.49% -
HSV(B) 344.33º 0.69% 0.76% -
XYZ 25.58 15.27 12.19 -
YUV 103.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 193 59 94 0 0.69 0.51 0.24 344.33 0.53 0.49
Hex C1 3B 5E 0 45 33 18 158 35 31
Octal 301 73 136 0 105 63 30 530 65 61
Binary 11000001 111011 1011110 0 1000101 110011 11000 101011000 110101 110001

Color Harmonies of #C13B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B5E

Black with #C13B5E

Text Example


Text Example

White with #C13B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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