Html Css Color HEX #C4537E Royal Heath

📋 copy color: '#C4537E'

red 196 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #C4537E

Tints of Royal Heath #C4537E

RGB

 RED value IS 196 (76.95% from 255) = 48.4%

 GREEN value IS 83 (32.81% from 255) = 20.49%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 48.4%
G = 20.49%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4537E (or 0xC4537E) is known color: Royal Heath. HEX triplet: C4, 53 and 7E. RGB value is (196,83,126). Sum of RGB (Red+Green+Blue) = 196+83+126=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4537E is #3BAC81. Grayscale: #797979. Windows color (decimal): -3910786 or 8278980. OLE color: 8278980.

HSL color Cylindrical-coordinate representation of color #C4537E: hue angle of 337.17º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4537E is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 126 -
CMYK 0 0.58 0.36 0.23
HSL 337.17º 0.49% 0.55% -
HSV(B) 337.17º 0.58% 0.77% -
XYZ 29.62 19.43 21.93 -
YUV 121.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 196 83 126 0 0.58 0.36 0.23 337.17 0.49 0.55
Hex C4 53 7E 0 3A 24 17 151 31 37
Octal 304 123 176 0 72 44 27 521 61 67
Binary 11000100 1010011 1111110 0 111010 100100 10111 101010001 110001 110111

Color Harmonies of #C4537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4537E

Black with #C4537E

Text Example


Text Example

White with #C4537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4537E; }

 p { color: rgb(196,83,126); }

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

background-color css

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

 a { background-color: rgb(196,83,126); }

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

border-color css

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

 span { border-color: rgb(196,83,126); }

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