Html Css Color HEX #C14677 Royal Heath

📋 copy color: '#C14677'

red 193 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #C14677

Tints of Royal Heath #C14677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 50.52%
G = 18.32%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14677 (or 0xC14677) is known color: Royal Heath. HEX triplet: C1, 46 and 77. RGB value is (193,70,119). Sum of RGB (Red+Green+Blue) = 193+70+119=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14677 is #3EB988. Grayscale: #707070. Windows color (decimal): -4110729 or 7816897. OLE color: 7816897.

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

Color convert

RGB 193 70 119 -
CMYK 0 0.64 0.38 0.24
HSL 336.1º 0.5% 0.52% -
HSV(B) 336.1º 0.64% 0.76% -
XYZ 27.51 17.05 19.29 -
YUV 112.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 193 70 119 0 0.64 0.38 0.24 336.1 0.5 0.52
Hex C1 46 77 0 40 26 18 150 32 34
Octal 301 106 167 0 100 46 30 520 62 64
Binary 11000001 1000110 1110111 0 1000000 100110 11000 101010000 110010 110100

Color Harmonies of #C14677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14677

Black with #C14677

Text Example


Text Example

White with #C14677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14677; }

 p { color: rgb(193,70,119); }

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

background-color css

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

 a { background-color: rgb(193,70,119); }

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

border-color css

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

 span { border-color: rgb(193,70,119); }

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