Html Css Color HEX #C54670 Royal Heath

📋 copy color: '#C54670'

red 197 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #C54670

Tints of Royal Heath #C54670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 51.98%
G = 18.47%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54670 (or 0xC54670) is known color: Royal Heath. HEX triplet: C5, 46 and 70. RGB value is (197,70,112). Sum of RGB (Red+Green+Blue) = 197+70+112=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54670 is #3AB98F. Grayscale: #707070. Windows color (decimal): -3848592 or 7358149. OLE color: 7358149.

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

Color convert

RGB 197 70 112 -
CMYK 0 0.64 0.43 0.23
HSL 340.16º 0.52% 0.52% -
HSV(B) 340.16º 0.64% 0.77% -
XYZ 28.14 17.42 17.21 -
YUV 112.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 197 70 112 0 0.64 0.43 0.23 340.16 0.52 0.52
Hex C5 46 70 0 40 2B 17 154 34 34
Octal 305 106 160 0 100 53 27 524 64 64
Binary 11000101 1000110 1110000 0 1000000 101011 10111 101010100 110100 110100

Color Harmonies of #C54670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54670

Black with #C54670

Text Example


Text Example

White with #C54670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54670; }

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

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

background-color css

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

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

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

border-color css

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

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

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