Html Css Color HEX #C5346E Royal Heath

📋 copy color: '#C5346E'

red 197 ◦ green 52 ◦ blue 110

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

Shades of Royal Heath #C5346E

Tints of Royal Heath #C5346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 54.87%
G = 14.48%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5346E (or 0xC5346E) is known color: Royal Heath. HEX triplet: C5, 34 and 6E. RGB value is (197,52,110). Sum of RGB (Red+Green+Blue) = 197+52+110=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5346E is #3ACB91. Grayscale: #656565. Windows color (decimal): -3853202 or 7222469. OLE color: 7222469.

HSL color Cylindrical-coordinate representation of color #C5346E: hue angle of 336º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5346E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 110 -
CMYK 0 0.74 0.44 0.23
HSL 336º 0.58% 0.49% -
HSV(B) 336º 0.74% 0.77% -
XYZ 27.07 15.45 16.31 -
YUV 101.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 197 52 110 0 0.74 0.44 0.23 336 0.58 0.49
Hex C5 34 6E 0 4A 2C 17 150 3A 31
Octal 305 64 156 0 112 54 27 520 72 61
Binary 11000101 110100 1101110 0 1001010 101100 10111 101010000 111010 110001

Color Harmonies of #C5346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5346E

Black with #C5346E

Text Example


Text Example

White with #C5346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5346E; }

 p { color: rgb(197,52,110); }

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

background-color css

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

 a { background-color: rgb(197,52,110); }

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

border-color css

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

 span { border-color: rgb(197,52,110); }

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