Html Css Color HEX #C4577D Royal Heath

📋 copy color: '#C4577D'

red 196 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #C4577D

Tints of Royal Heath #C4577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 48.04%
G = 21.32%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4577D (or 0xC4577D) is known color: Royal Heath. HEX triplet: C4, 57 and 7D. RGB value is (196,87,125). Sum of RGB (Red+Green+Blue) = 196+87+125=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4577D is #3BA882. Grayscale: #7B7B7B. Windows color (decimal): -3909763 or 8214468. OLE color: 8214468.

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

Color convert

RGB 196 87 125 -
CMYK 0 0.56 0.36 0.23
HSL 339.08º 0.48% 0.55% -
HSV(B) 339.08º 0.56% 0.77% -
XYZ 29.87 20.03 21.69 -
YUV 123.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 196 87 125 0 0.56 0.36 0.23 339.08 0.48 0.55
Hex C4 57 7D 0 38 24 17 153 30 37
Octal 304 127 175 0 70 44 27 523 60 67
Binary 11000100 1010111 1111101 0 111000 100100 10111 101010011 110000 110111

Color Harmonies of #C4577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4577D

Black with #C4577D

Text Example


Text Example

White with #C4577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4577D; }

 p { color: rgb(196,87,125); }

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

background-color css

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

 a { background-color: rgb(196,87,125); }

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

border-color css

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

 span { border-color: rgb(196,87,125); }

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