Html Css Color HEX #C54675 Royal Heath

📋 copy color: '#C54675'

red 197 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #C54675

Tints of Royal Heath #C54675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 51.3%
G = 18.23%
B = 30.47%

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

#C54675 (or 0xC54675) is known color: Royal Heath. HEX triplet: C5, 46 and 75. RGB value is (197,70,117). Sum of RGB (Red+Green+Blue) = 197+70+117=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54675 is #3AB98A. Grayscale: #717171. Windows color (decimal): -3848587 or 7685829. OLE color: 7685829.

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

Color convert

RGB 197 70 117 -
CMYK 0 0.64 0.41 0.23
HSL 337.8º 0.52% 0.52% -
HSV(B) 337.8º 0.64% 0.77% -
XYZ 28.43 17.53 18.72 -
YUV 113.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 197 70 117 0 0.64 0.41 0.23 337.8 0.52 0.52
Hex C5 46 75 0 40 29 17 152 34 34
Octal 305 106 165 0 100 51 27 522 64 64
Binary 11000101 1000110 1110101 0 1000000 101001 10111 101010010 110100 110100

Color Harmonies of #C54675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54675

Black with #C54675

Text Example


Text Example

White with #C54675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54675; }

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

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

background-color css

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

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

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

border-color css

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

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

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