Html Css Color HEX #C14D76 Royal Heath

📋 copy color: '#C14D76'

red 193 ◦ green 77 ◦ blue 118

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

Shades of Royal Heath #C14D76

Tints of Royal Heath #C14D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

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

R = 49.74%
G = 19.85%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14D76 (or 0xC14D76) is known color: Royal Heath. HEX triplet: C1, 4D and 76. RGB value is (193,77,118). Sum of RGB (Red+Green+Blue) = 193+77+118=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D76 is #3EB289. Grayscale: #747474. Windows color (decimal): -4108938 or 7753153. OLE color: 7753153.

HSL color Cylindrical-coordinate representation of color #C14D76: hue angle of 338.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D76 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 118 -
CMYK 0 0.60 0.39 0.24
HSL 338.79º 0.48% 0.53% -
HSV(B) 338.79º 0.6% 0.76% -
XYZ 27.92 17.95 19.13 -
YUV 116.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 193 77 118 0 0.60 0.39 0.24 338.79 0.48 0.53
Hex C1 4D 76 0 3C 27 18 153 30 35
Octal 301 115 166 0 74 47 30 523 60 65
Binary 11000001 1001101 1110110 0 111100 100111 11000 101010011 110000 110101

Color Harmonies of #C14D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D76

Black with #C14D76

Text Example


Text Example

White with #C14D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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