Html Css Color HEX #C5366F Royal Heath

📋 copy color: '#C5366F'

red 197 ◦ green 54 ◦ blue 111

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

Shades of Royal Heath #C5366F

Tints of Royal Heath #C5366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

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

R = 54.42%
G = 14.92%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5366F (or 0xC5366F) is known color: Royal Heath. HEX triplet: C5, 36 and 6F. RGB value is (197,54,111). Sum of RGB (Red+Green+Blue) = 197+54+111=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5366F is #3AC990. Grayscale: #676767. Windows color (decimal): -3852689 or 7288517. OLE color: 7288517.

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

Color convert

RGB 197 54 111 -
CMYK 0 0.73 0.44 0.23
HSL 336.08º 0.57% 0.49% -
HSV(B) 336.08º 0.73% 0.77% -
XYZ 27.21 15.66 16.63 -
YUV 103.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 197 54 111 0 0.73 0.44 0.23 336.08 0.57 0.49
Hex C5 36 6F 0 49 2C 17 150 39 31
Octal 305 66 157 0 111 54 27 520 71 61
Binary 11000101 110110 1101111 0 1001001 101100 10111 101010000 111001 110001

Color Harmonies of #C5366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5366F

Black with #C5366F

Text Example


Text Example

White with #C5366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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