Html Css Color HEX #C5446F Royal Heath

📋 copy color: '#C5446F'

red 197 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #C5446F

Tints of Royal Heath #C5446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 52.39%
G = 18.09%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5446F (or 0xC5446F) is known color: Royal Heath. HEX triplet: C5, 44 and 6F. RGB value is (197,68,111). Sum of RGB (Red+Green+Blue) = 197+68+111=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5446F is #3ABB90. Grayscale: #6F6F6F. Windows color (decimal): -3849105 or 7292101. OLE color: 7292101.

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

Color convert

RGB 197 68 111 -
CMYK 0 0.65 0.44 0.23
HSL 340º 0.53% 0.52% -
HSV(B) 340º 0.65% 0.77% -
XYZ 27.96 17.15 16.88 -
YUV 111.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 197 68 111 0 0.65 0.44 0.23 340 0.53 0.52
Hex C5 44 6F 0 41 2C 17 154 35 34
Octal 305 104 157 0 101 54 27 524 65 64
Binary 11000101 1000100 1101111 0 1000001 101100 10111 101010100 110101 110100

Color Harmonies of #C5446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5446F

Black with #C5446F

Text Example


Text Example

White with #C5446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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