Html Css Color HEX #C54674 Royal Heath

📋 copy color: '#C54674'

red 197 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #C54674

Tints of Royal Heath #C54674

RGB

 RED value IS 197 (77.34% from 255) = 51.44%

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

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

R = 51.44%
G = 18.28%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C54674 (or 0xC54674) is known color: Royal Heath. HEX triplet: C5, 46 and 74. RGB value is (197,70,116). Sum of RGB (Red+Green+Blue) = 197+70+116=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54674 is #3AB98B. Grayscale: #717171. Windows color (decimal): -3848588 or 7620293. OLE color: 7620293.

HSL color Cylindrical-coordinate representation of color #C54674: hue angle of 338.27º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54674 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 116 -
CMYK 0 0.64 0.41 0.23
HSL 338.27º 0.52% 0.52% -
HSV(B) 338.27º 0.64% 0.77% -
XYZ 28.37 17.51 18.41 -
YUV 113.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 197 70 116 0 0.64 0.41 0.23 338.27 0.52 0.52
Hex C5 46 74 0 40 29 17 152 34 34
Octal 305 106 164 0 100 51 27 522 64 64
Binary 11000101 1000110 1110100 0 1000000 101001 10111 101010010 110100 110100

Color Harmonies of #C54674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54674

Black with #C54674

Text Example


Text Example

White with #C54674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54674; }

 p { color: rgb(197,70,116); }

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

background-color css

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

 a { background-color: rgb(197,70,116); }

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

border-color css

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

 span { border-color: rgb(197,70,116); }

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