Html Css Color HEX #C14676 Royal Heath

📋 copy color: '#C14676'

red 193 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #C14676

Tints of Royal Heath #C14676

RGB

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

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

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

R = 50.66%
G = 18.37%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14676 (or 0xC14676) is known color: Royal Heath. HEX triplet: C1, 46 and 76. RGB value is (193,70,118). Sum of RGB (Red+Green+Blue) = 193+70+118=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14676 is #3EB989. Grayscale: #707070. Windows color (decimal): -4110730 or 7751361. OLE color: 7751361.

HSL color Cylindrical-coordinate representation of color #C14676: hue angle of 336.59º 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 #C14676 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 118 -
CMYK 0 0.64 0.39 0.24
HSL 336.59º 0.5% 0.52% -
HSV(B) 336.59º 0.64% 0.76% -
XYZ 27.45 17.03 18.98 -
YUV 112.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 193 70 118 0 0.64 0.39 0.24 336.59 0.5 0.52
Hex C1 46 76 0 40 27 18 151 32 34
Octal 301 106 166 0 100 47 30 521 62 64
Binary 11000001 1000110 1110110 0 1000000 100111 11000 101010001 110010 110100

Color Harmonies of #C14676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14676

Black with #C14676

Text Example


Text Example

White with #C14676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14676; }

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

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

background-color css

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

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

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

border-color css

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

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

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