Html Css Color HEX #C5346F Royal Heath

📋 copy color: '#C5346F'

red 197 ◦ green 52 ◦ blue 111

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

Shades of Royal Heath #C5346F

Tints of Royal Heath #C5346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 54.72%
G = 14.44%
B = 30.83%

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

#C5346F (or 0xC5346F) is known color: Royal Heath. HEX triplet: C5, 34 and 6F. RGB value is (197,52,111). Sum of RGB (Red+Green+Blue) = 197+52+111=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5346F is #3ACB90. Grayscale: #656565. Windows color (decimal): -3853201 or 7288005. OLE color: 7288005.

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

Color convert

RGB 197 52 111 -
CMYK 0 0.74 0.44 0.23
HSL 335.59º 0.58% 0.49% -
HSV(B) 335.59º 0.74% 0.77% -
XYZ 27.12 15.47 16.6 -
YUV 102.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 197 52 111 0 0.74 0.44 0.23 335.59 0.58 0.49
Hex C5 34 6F 0 4A 2C 17 150 3A 31
Octal 305 64 157 0 112 54 27 520 72 61
Binary 11000101 110100 1101111 0 1001010 101100 10111 101010000 111010 110001

Color Harmonies of #C5346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5346F

Black with #C5346F

Text Example


Text Example

White with #C5346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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