Html Css Color HEX #C14476 Royal Heath

📋 copy color: '#C14476'

red 193 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #C14476

Tints of Royal Heath #C14476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 50.92%
G = 17.94%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14476 (or 0xC14476) is known color: Royal Heath. HEX triplet: C1, 44 and 76. RGB value is (193,68,118). Sum of RGB (Red+Green+Blue) = 193+68+118=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14476 is #3EBB89. Grayscale: #6F6F6F. Windows color (decimal): -4111242 or 7750849. OLE color: 7750849.

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

Color convert

RGB 193 68 118 -
CMYK 0 0.65 0.39 0.24
HSL 336º 0.5% 0.51% -
HSV(B) 336º 0.65% 0.76% -
XYZ 27.33 16.78 18.94 -
YUV 111.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 193 68 118 0 0.65 0.39 0.24 336 0.5 0.51
Hex C1 44 76 0 41 27 18 150 32 33
Octal 301 104 166 0 101 47 30 520 62 63
Binary 11000001 1000100 1110110 0 1000001 100111 11000 101010000 110010 110011

Color Harmonies of #C14476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14476

Black with #C14476

Text Example


Text Example

White with #C14476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14476; }

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

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

background-color css

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

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

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

border-color css

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

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

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