Html Css Color HEX #C13759 Old Rose

📋 copy color: '#C13759'

red 193 ◦ green 55 ◦ blue 89

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

Shades of Old Rose #C13759

Tints of Old Rose #C13759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 57.27%
G = 16.32%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C13759 (or 0xC13759) is known color: Old Rose. HEX triplet: C1, 37 and 59. RGB value is (193,55,89). Sum of RGB (Red+Green+Blue) = 193+55+89=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C13759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13759 is #3EC8A6. Grayscale: #646464. Windows color (decimal): -4114599 or 5846977. OLE color: 5846977.

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

Color convert

RGB 193 55 89 -
CMYK 0 0.72 0.54 0.24
HSL 345.22º 0.56% 0.49% -
HSV(B) 345.22º 0.72% 0.76% -
XYZ 25.16 14.79 10.98 -
YUV 100.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 193 55 89 0 0.72 0.54 0.24 345.22 0.56 0.49
Hex C1 37 59 0 48 36 18 159 38 31
Octal 301 67 131 0 110 66 30 531 70 61
Binary 11000001 110111 1011001 0 1001000 110110 11000 101011001 111000 110001

Color Harmonies of #C13759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13759

Black with #C13759

Text Example


Text Example

White with #C13759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13759; }

 p { color: rgb(193,55,89); }

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

background-color css

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

 a { background-color: rgb(193,55,89); }

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

border-color css

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

 span { border-color: rgb(193,55,89); }

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