Html Css Color HEX #C13858 Old Rose

📋 copy color: '#C13858'

red 193 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #C13858

Tints of Old Rose #C13858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 57.27%
G = 16.62%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C13858 (or 0xC13858) is known color: Old Rose. HEX triplet: C1, 38 and 58. RGB value is (193,56,88). Sum of RGB (Red+Green+Blue) = 193+56+88=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C13858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13858 is #3EC7A7. Grayscale: #646464. Windows color (decimal): -4114344 or 5781697. OLE color: 5781697.

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

Color convert

RGB 193 56 88 -
CMYK 0 0.71 0.54 0.24
HSL 345.99º 0.55% 0.49% -
HSV(B) 345.99º 0.71% 0.76% -
XYZ 25.17 14.87 10.78 -
YUV 100.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 193 56 88 0 0.71 0.54 0.24 345.99 0.55 0.49
Hex C1 38 58 0 47 36 18 15A 37 31
Octal 301 70 130 0 107 66 30 532 67 61
Binary 11000001 111000 1011000 0 1000111 110110 11000 101011010 110111 110001

Color Harmonies of #C13858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13858

Black with #C13858

Text Example


Text Example

White with #C13858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13858; }

 p { color: rgb(193,56,88); }

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

background-color css

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

 a { background-color: rgb(193,56,88); }

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

border-color css

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

 span { border-color: rgb(193,56,88); }

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