Html Css Color HEX #C14974 Royal Heath

📋 copy color: '#C14974'

red 193 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #C14974

Tints of Royal Heath #C14974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 50.52%
G = 19.11%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14974 (or 0xC14974) is known color: Royal Heath. HEX triplet: C1, 49 and 74. RGB value is (193,73,116). Sum of RGB (Red+Green+Blue) = 193+73+116=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14974 is #3EB68B. Grayscale: #717171. Windows color (decimal): -4109964 or 7621057. OLE color: 7621057.

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

Color convert

RGB 193 73 116 -
CMYK 0 0.62 0.40 0.24
HSL 338.5º 0.49% 0.52% -
HSV(B) 338.5º 0.62% 0.76% -
XYZ 27.53 17.36 18.42 -
YUV 113.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 193 73 116 0 0.62 0.40 0.24 338.5 0.49 0.52
Hex C1 49 74 0 3E 28 18 152 31 34
Octal 301 111 164 0 76 50 30 522 61 64
Binary 11000001 1001001 1110100 0 111110 101000 11000 101010010 110001 110100

Color Harmonies of #C14974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14974

Black with #C14974

Text Example


Text Example

White with #C14974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14974; }

 p { color: rgb(193,73,116); }

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

background-color css

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

 a { background-color: rgb(193,73,116); }

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

border-color css

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

 span { border-color: rgb(193,73,116); }

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