Html Css Color HEX #C5426D Royal Heath

📋 copy color: '#C5426D'

red 197 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #C5426D

Tints of Royal Heath #C5426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 52.96%
G = 17.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5426D (or 0xC5426D) is known color: Royal Heath. HEX triplet: C5, 42 and 6D. RGB value is (197,66,109). Sum of RGB (Red+Green+Blue) = 197+66+109=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5426D is #3ABD92. Grayscale: #6E6E6E. Windows color (decimal): -3849619 or 7160517. OLE color: 7160517.

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

Color convert

RGB 197 66 109 -
CMYK 0 0.66 0.45 0.23
HSL 340.31º 0.53% 0.52% -
HSV(B) 340.31º 0.66% 0.77% -
XYZ 27.73 16.87 16.26 -
YUV 110.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 197 66 109 0 0.66 0.45 0.23 340.31 0.53 0.52
Hex C5 42 6D 0 42 2D 17 154 35 34
Octal 305 102 155 0 102 55 27 524 65 64
Binary 11000101 1000010 1101101 0 1000010 101101 10111 101010100 110101 110100

Color Harmonies of #C5426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5426D

Black with #C5426D

Text Example


Text Example

White with #C5426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5426D; }

 p { color: rgb(197,66,109); }

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

background-color css

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

 a { background-color: rgb(197,66,109); }

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

border-color css

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

 span { border-color: rgb(197,66,109); }

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