Html Css Color HEX #C13857 Old Rose

📋 copy color: '#C13857'

red 193 ◦ green 56 ◦ blue 87

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

Shades of Old Rose #C13857

Tints of Old Rose #C13857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 57.44%
G = 16.67%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C13857 (or 0xC13857) is known color: Old Rose. HEX triplet: C1, 38 and 57. RGB value is (193,56,87). Sum of RGB (Red+Green+Blue) = 193+56+87=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C13857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13857 is #3EC7A8. Grayscale: #646464. Windows color (decimal): -4114345 or 5716161. OLE color: 5716161.

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

Color convert

RGB 193 56 87 -
CMYK 0 0.71 0.55 0.24
HSL 346.42º 0.55% 0.49% -
HSV(B) 346.42º 0.71% 0.76% -
XYZ 25.13 14.85 10.56 -
YUV 100.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 193 56 87 0 0.71 0.55 0.24 346.42 0.55 0.49
Hex C1 38 57 0 47 37 18 15A 37 31
Octal 301 70 127 0 107 67 30 532 67 61
Binary 11000001 111000 1010111 0 1000111 110111 11000 101011010 110111 110001

Color Harmonies of #C13857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13857

Black with #C13857

Text Example


Text Example

White with #C13857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13857; }

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

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

background-color css

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

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

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

border-color css

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

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

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