Html Css Color HEX #C4557D Royal Heath

📋 copy color: '#C4557D'

red 196 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #C4557D

Tints of Royal Heath #C4557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

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

R = 48.28%
G = 20.94%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4557D (or 0xC4557D) is known color: Royal Heath. HEX triplet: C4, 55 and 7D. RGB value is (196,85,125). Sum of RGB (Red+Green+Blue) = 196+85+125=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4557D is #3BAA82. Grayscale: #7A7A7A. Windows color (decimal): -3910275 or 8213956. OLE color: 8213956.

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

Color convert

RGB 196 85 125 -
CMYK 0 0.57 0.36 0.23
HSL 338.38º 0.48% 0.55% -
HSV(B) 338.38º 0.57% 0.77% -
XYZ 29.72 19.71 21.64 -
YUV 122.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 196 85 125 0 0.57 0.36 0.23 338.38 0.48 0.55
Hex C4 55 7D 0 39 24 17 152 30 37
Octal 304 125 175 0 71 44 27 522 60 67
Binary 11000100 1010101 1111101 0 111001 100100 10111 101010010 110000 110111

Color Harmonies of #C4557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4557D

Black with #C4557D

Text Example


Text Example

White with #C4557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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