Html Css Color HEX #C5406C Royal Heath

📋 copy color: '#C5406C'

red 197 ◦ green 64 ◦ blue 108

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

Shades of Royal Heath #C5406C

Tints of Royal Heath #C5406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 53.39%
G = 17.34%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5406C (or 0xC5406C) is known color: Royal Heath. HEX triplet: C5, 40 and 6C. RGB value is (197,64,108). Sum of RGB (Red+Green+Blue) = 197+64+108=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5406C is #3ABF93. Grayscale: #6C6C6C. Windows color (decimal): -3850132 or 7094469. OLE color: 7094469.

HSL color Cylindrical-coordinate representation of color #C5406C: hue angle of 340.15º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5406C is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 108 -
CMYK 0 0.68 0.45 0.23
HSL 340.15º 0.53% 0.51% -
HSV(B) 340.15º 0.68% 0.77% -
XYZ 27.57 16.62 15.94 -
YUV 108.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 197 64 108 0 0.68 0.45 0.23 340.15 0.53 0.51
Hex C5 40 6C 0 44 2D 17 154 35 33
Octal 305 100 154 0 104 55 27 524 65 63
Binary 11000101 1000000 1101100 0 1000100 101101 10111 101010100 110101 110011

Color Harmonies of #C5406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5406C

Black with #C5406C

Text Example


Text Example

White with #C5406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5406C; }

 p { color: rgb(197,64,108); }

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

background-color css

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

 a { background-color: rgb(197,64,108); }

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

border-color css

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

 span { border-color: rgb(197,64,108); }

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