Html Css Color HEX #C5426E Royal Heath

📋 copy color: '#C5426E'

red 197 ◦ green 66 ◦ blue 110

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

Shades of Royal Heath #C5426E

Tints of Royal Heath #C5426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 52.82%
G = 17.69%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5426E (or 0xC5426E) is known color: Royal Heath. HEX triplet: C5, 42 and 6E. RGB value is (197,66,110). Sum of RGB (Red+Green+Blue) = 197+66+110=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5426E is #3ABD91. Grayscale: #6E6E6E. Windows color (decimal): -3849618 or 7226053. OLE color: 7226053.

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

Color convert

RGB 197 66 110 -
CMYK 0 0.66 0.44 0.23
HSL 339.85º 0.53% 0.52% -
HSV(B) 339.85º 0.66% 0.77% -
XYZ 27.79 16.89 16.55 -
YUV 110.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 197 66 110 0 0.66 0.44 0.23 339.85 0.53 0.52
Hex C5 42 6E 0 42 2C 17 154 35 34
Octal 305 102 156 0 102 54 27 524 65 64
Binary 11000101 1000010 1101110 0 1000010 101100 10111 101010100 110101 110100

Color Harmonies of #C5426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5426E

Black with #C5426E

Text Example


Text Example

White with #C5426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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