Html Css Color HEX #C13672 Royal Heath

📋 copy color: '#C13672'

red 193 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #C13672

Tints of Royal Heath #C13672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 53.46%
G = 14.96%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13672 (or 0xC13672) is known color: Royal Heath. HEX triplet: C1, 36 and 72. RGB value is (193,54,114). Sum of RGB (Red+Green+Blue) = 193+54+114=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C13672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13672 is #3EC98D. Grayscale: #666666. Windows color (decimal): -4114830 or 7485121. OLE color: 7485121.

HSL color Cylindrical-coordinate representation of color #C13672: hue angle of 334.1º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13672 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 114 -
CMYK 0 0.72 0.41 0.24
HSL 334.1º 0.56% 0.48% -
HSV(B) 334.1º 0.72% 0.76% -
XYZ 26.35 15.19 17.46 -
YUV 102.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 193 54 114 0 0.72 0.41 0.24 334.1 0.56 0.48
Hex C1 36 72 0 48 29 18 14E 38 30
Octal 301 66 162 0 110 51 30 516 70 60
Binary 11000001 110110 1110010 0 1001000 101001 11000 101001110 111000 110000

Color Harmonies of #C13672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13672

Black with #C13672

Text Example


Text Example

White with #C13672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13672; }

 p { color: rgb(193,54,114); }

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

background-color css

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

 a { background-color: rgb(193,54,114); }

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

border-color css

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

 span { border-color: rgb(193,54,114); }

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