Html Css Color HEX #C13B5B Old Rose

📋 copy color: '#C13B5B'

red 193 ◦ green 59 ◦ blue 91

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

Shades of Old Rose #C13B5B

Tints of Old Rose #C13B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 56.27%
G = 17.2%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C13B5B (or 0xC13B5B) is known color: Old Rose. HEX triplet: C1, 3B and 5B. RGB value is (193,59,91). Sum of RGB (Red+Green+Blue) = 193+59+91=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B5B is #3EC4A4. Grayscale: #666666. Windows color (decimal): -4113573 or 5979073. OLE color: 5979073.

HSL color Cylindrical-coordinate representation of color #C13B5B: hue angle of 345.67º 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 #C13B5B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 91 -
CMYK 0 0.69 0.53 0.24
HSL 345.67º 0.53% 0.49% -
HSV(B) 345.67º 0.69% 0.76% -
XYZ 25.44 15.22 11.49 -
YUV 102.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 193 59 91 0 0.69 0.53 0.24 345.67 0.53 0.49
Hex C1 3B 5B 0 45 35 18 15A 35 31
Octal 301 73 133 0 105 65 30 532 65 61
Binary 11000001 111011 1011011 0 1000101 110101 11000 101011010 110101 110001

Color Harmonies of #C13B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B5B

Black with #C13B5B

Text Example


Text Example

White with #C13B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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