Html Css Color HEX #C5456F Royal Heath

📋 copy color: '#C5456F'

red 197 ◦ green 69 ◦ blue 111

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

Shades of Royal Heath #C5456F

Tints of Royal Heath #C5456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 52.25%
G = 18.3%
B = 29.44%

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

#C5456F (or 0xC5456F) is known color: Royal Heath. HEX triplet: C5, 45 and 6F. RGB value is (197,69,111). Sum of RGB (Red+Green+Blue) = 197+69+111=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5456F is #3ABA90. Grayscale: #707070. Windows color (decimal): -3848849 or 7292357. OLE color: 7292357.

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

Color convert

RGB 197 69 111 -
CMYK 0 0.65 0.44 0.23
HSL 340.31º 0.52% 0.52% -
HSV(B) 340.31º 0.65% 0.77% -
XYZ 28.02 17.27 16.9 -
YUV 112.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 197 69 111 0 0.65 0.44 0.23 340.31 0.52 0.52
Hex C5 45 6F 0 41 2C 17 154 34 34
Octal 305 105 157 0 101 54 27 524 64 64
Binary 11000101 1000101 1101111 0 1000001 101100 10111 101010100 110100 110100

Color Harmonies of #C5456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5456F

Black with #C5456F

Text Example


Text Example

White with #C5456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5456F; }

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

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

background-color css

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

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

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

border-color css

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

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

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