Html Css Color HEX #C13B55 Old Rose

📋 copy color: '#C13B55'

red 193 ◦ green 59 ◦ blue 85

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

Shades of Old Rose #C13B55

Tints of Old Rose #C13B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 57.27%
G = 17.51%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13B55 (or 0xC13B55) is known color: Old Rose. HEX triplet: C1, 3B and 55. RGB value is (193,59,85). Sum of RGB (Red+Green+Blue) = 193+59+85=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B55 is #3EC4AA. Grayscale: #666666. Windows color (decimal): -4113579 or 5585857. OLE color: 5585857.

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

Color convert

RGB 193 59 85 -
CMYK 0 0.69 0.56 0.24
HSL 348.36º 0.53% 0.49% -
HSV(B) 348.36º 0.69% 0.76% -
XYZ 25.2 15.12 10.19 -
YUV 102.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 193 59 85 0 0.69 0.56 0.24 348.36 0.53 0.49
Hex C1 3B 55 0 45 38 18 15C 35 31
Octal 301 73 125 0 105 70 30 534 65 61
Binary 11000001 111011 1010101 0 1000101 111000 11000 101011100 110101 110001

Color Harmonies of #C13B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B55

Black with #C13B55

Text Example


Text Example

White with #C13B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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