Html Css Color HEX #C13861 Old Rose

📋 copy color: '#C13861'

red 193 ◦ green 56 ◦ blue 97

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

Shades of Old Rose #C13861

Tints of Old Rose #C13861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 55.78%
G = 16.18%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C13861 (or 0xC13861) is known color: Old Rose. HEX triplet: C1, 38 and 61. RGB value is (193,56,97). Sum of RGB (Red+Green+Blue) = 193+56+97=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13861 is #3EC79E. Grayscale: #656565. Windows color (decimal): -4114335 or 6371521. OLE color: 6371521.

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

Color convert

RGB 193 56 97 -
CMYK 0 0.71 0.50 0.24
HSL 342.04º 0.55% 0.49% -
HSV(B) 342.04º 0.71% 0.76% -
XYZ 25.56 15.03 12.86 -
YUV 101.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 193 56 97 0 0.71 0.50 0.24 342.04 0.55 0.49
Hex C1 38 61 0 47 32 18 156 37 31
Octal 301 70 141 0 107 62 30 526 67 61
Binary 11000001 111000 1100001 0 1000111 110010 11000 101010110 110111 110001

Color Harmonies of #C13861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13861

Black with #C13861

Text Example


Text Example

White with #C13861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13861; }

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

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

background-color css

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

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

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

border-color css

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

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

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