Html Css Color HEX #C4557B Royal Heath

📋 copy color: '#C4557B'

red 196 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #C4557B

Tints of Royal Heath #C4557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 48.51%
G = 21.04%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4557B (or 0xC4557B) is known color: Royal Heath. HEX triplet: C4, 55 and 7B. RGB value is (196,85,123). Sum of RGB (Red+Green+Blue) = 196+85+123=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4557B is #3BAA84. Grayscale: #7A7A7A. Windows color (decimal): -3910277 or 8082884. OLE color: 8082884.

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

Color convert

RGB 196 85 123 -
CMYK 0 0.57 0.37 0.23
HSL 339.46º 0.48% 0.55% -
HSV(B) 339.46º 0.57% 0.77% -
XYZ 29.59 19.66 20.97 -
YUV 122.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 196 85 123 0 0.57 0.37 0.23 339.46 0.48 0.55
Hex C4 55 7B 0 39 25 17 153 30 37
Octal 304 125 173 0 71 45 27 523 60 67
Binary 11000100 1010101 1111011 0 111001 100101 10111 101010011 110000 110111

Color Harmonies of #C4557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4557B

Black with #C4557B

Text Example


Text Example

White with #C4557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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