Html Css Color HEX #C5386F Royal Heath

📋 copy color: '#C5386F'

red 197 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #C5386F

Tints of Royal Heath #C5386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 54.12%
G = 15.38%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5386F (or 0xC5386F) is known color: Royal Heath. HEX triplet: C5, 38 and 6F. RGB value is (197,56,111). Sum of RGB (Red+Green+Blue) = 197+56+111=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5386F is #3AC790. Grayscale: #686868. Windows color (decimal): -3852177 or 7289029. OLE color: 7289029.

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

Color convert

RGB 197 56 111 -
CMYK 0 0.72 0.44 0.23
HSL 336.6º 0.56% 0.5% -
HSV(B) 336.6º 0.72% 0.77% -
XYZ 27.31 15.85 16.66 -
YUV 104.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 197 56 111 0 0.72 0.44 0.23 336.6 0.56 0.5
Hex C5 38 6F 0 48 2C 17 151 38 32
Octal 305 70 157 0 110 54 27 521 70 62
Binary 11000101 111000 1101111 0 1001000 101100 10111 101010001 111000 110010

Color Harmonies of #C5386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5386F

Black with #C5386F

Text Example


Text Example

White with #C5386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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