Html Css Color HEX #C13D73 Royal Heath

📋 copy color: '#C13D73'

red 193 ◦ green 61 ◦ blue 115

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

Shades of Royal Heath #C13D73

Tints of Royal Heath #C13D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.53%

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 52.3%
G = 16.53%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13D73 (or 0xC13D73) is known color: Royal Heath. HEX triplet: C1, 3D and 73. RGB value is (193,61,115). Sum of RGB (Red+Green+Blue) = 193+61+115=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D73 is #3EC28C. Grayscale: #6A6A6A. Windows color (decimal): -4113037 or 7552449. OLE color: 7552449.

HSL color Cylindrical-coordinate representation of color #C13D73: hue angle of 335.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D73 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 115 -
CMYK 0 0.68 0.40 0.24
HSL 335.45º 0.52% 0.5% -
HSV(B) 335.45º 0.68% 0.76% -
XYZ 26.76 15.91 17.88 -
YUV 106.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 193 61 115 0 0.68 0.40 0.24 335.45 0.52 0.5
Hex C1 3D 73 0 44 28 18 14F 34 32
Octal 301 75 163 0 104 50 30 517 64 62
Binary 11000001 111101 1110011 0 1000100 101000 11000 101001111 110100 110010

Color Harmonies of #C13D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D73

Black with #C13D73

Text Example


Text Example

White with #C13D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D73; }

 p { color: rgb(193,61,115); }

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

background-color css

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

 a { background-color: rgb(193,61,115); }

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

border-color css

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

 span { border-color: rgb(193,61,115); }

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