Html Css Color HEX #C13B54 Old Rose

📋 copy color: '#C13B54'

red 193 ◦ green 59 ◦ blue 84

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

Shades of Old Rose #C13B54

Tints of Old Rose #C13B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 57.44%
G = 17.56%
B = 25%

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

#C13B54 (or 0xC13B54) is known color: Old Rose. HEX triplet: C1, 3B and 54. RGB value is (193,59,84). Sum of RGB (Red+Green+Blue) = 193+59+84=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B54 is #3EC4AB. Grayscale: #656565. Windows color (decimal): -4113580 or 5520321. OLE color: 5520321.

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

Color convert

RGB 193 59 84 -
CMYK 0 0.69 0.56 0.24
HSL 348.81º 0.53% 0.49% -
HSV(B) 348.81º 0.69% 0.76% -
XYZ 25.16 15.11 9.98 -
YUV 101.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 193 59 84 0 0.69 0.56 0.24 348.81 0.53 0.49
Hex C1 3B 54 0 45 38 18 15D 35 31
Octal 301 73 124 0 105 70 30 535 65 61
Binary 11000001 111011 1010100 0 1000101 111000 11000 101011101 110101 110001

Color Harmonies of #C13B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B54

Black with #C13B54

Text Example


Text Example

White with #C13B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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