Html Css Color HEX #C13954 Old Rose

📋 copy color: '#C13954'

red 193 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #C13954

Tints of Old Rose #C13954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

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

R = 57.78%
G = 17.07%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13954 (or 0xC13954) is known color: Old Rose. HEX triplet: C1, 39 and 54. RGB value is (193,57,84). Sum of RGB (Red+Green+Blue) = 193+57+84=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C13954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13954 is #3EC6AB. Grayscale: #646464. Windows color (decimal): -4114092 or 5519809. OLE color: 5519809.

HSL color Cylindrical-coordinate representation of color #C13954: hue angle of 348.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13954 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 84 -
CMYK 0 0.70 0.56 0.24
HSL 348.09º 0.54% 0.49% -
HSV(B) 348.09º 0.7% 0.76% -
XYZ 25.06 14.9 9.94 -
YUV 100.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 193 57 84 0 0.70 0.56 0.24 348.09 0.54 0.49
Hex C1 39 54 0 46 38 18 15C 36 31
Octal 301 71 124 0 106 70 30 534 66 61
Binary 11000001 111001 1010100 0 1000110 111000 11000 101011100 110110 110001

Color Harmonies of #C13954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13954

Black with #C13954

Text Example


Text Example

White with #C13954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13954; }

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

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

background-color css

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

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

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

border-color css

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

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

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