Html Css Color HEX #C54678 Royal Heath

📋 copy color: '#C54678'

red 197 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #C54678

Tints of Royal Heath #C54678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 50.9%
G = 18.09%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C54678 (or 0xC54678) is known color: Royal Heath. HEX triplet: C5, 46 and 78. RGB value is (197,70,120). Sum of RGB (Red+Green+Blue) = 197+70+120=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54678 is #3AB987. Grayscale: #717171. Windows color (decimal): -3848584 or 7882437. OLE color: 7882437.

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

Color convert

RGB 197 70 120 -
CMYK 0 0.64 0.39 0.23
HSL 336.38º 0.52% 0.52% -
HSV(B) 336.38º 0.64% 0.77% -
XYZ 28.61 17.61 19.66 -
YUV 113.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 197 70 120 0 0.64 0.39 0.23 336.38 0.52 0.52
Hex C5 46 78 0 40 27 17 150 34 34
Octal 305 106 170 0 100 47 27 520 64 64
Binary 11000101 1000110 1111000 0 1000000 100111 10111 101010000 110100 110100

Color Harmonies of #C54678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54678

Black with #C54678

Text Example


Text Example

White with #C54678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54678; }

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

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

background-color css

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

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

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

border-color css

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

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

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