Html Css Color HEX #C13A76 Royal Heath

📋 copy color: '#C13A76'

red 193 ◦ green 58 ◦ blue 118

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

Shades of Royal Heath #C13A76

Tints of Royal Heath #C13A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 52.3%
G = 15.72%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C13A76 (or 0xC13A76) is known color: Royal Heath. HEX triplet: C1, 3A and 76. RGB value is (193,58,118). Sum of RGB (Red+Green+Blue) = 193+58+118=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A76 is #3EC589. Grayscale: #696969. Windows color (decimal): -4113802 or 7748289. OLE color: 7748289.

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

Color convert

RGB 193 58 118 -
CMYK 0 0.70 0.39 0.24
HSL 333.33º 0.54% 0.49% -
HSV(B) 333.33º 0.7% 0.76% -
XYZ 26.78 15.67 18.75 -
YUV 105.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 193 58 118 0 0.70 0.39 0.24 333.33 0.54 0.49
Hex C1 3A 76 0 46 27 18 14D 36 31
Octal 301 72 166 0 106 47 30 515 66 61
Binary 11000001 111010 1110110 0 1000110 100111 11000 101001101 110110 110001

Color Harmonies of #C13A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A76

Black with #C13A76

Text Example


Text Example

White with #C13A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A76; }

 p { color: rgb(193,58,118); }

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

background-color css

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

 a { background-color: rgb(193,58,118); }

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

border-color css

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

 span { border-color: rgb(193,58,118); }

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