Html Css Color HEX #C4487C Royal Heath

📋 copy color: '#C4487C'

red 196 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #C4487C

Tints of Royal Heath #C4487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 50%
G = 18.37%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4487C (or 0xC4487C) is known color: Royal Heath. HEX triplet: C4, 48 and 7C. RGB value is (196,72,124). Sum of RGB (Red+Green+Blue) = 196+72+124=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4487C is #3BB783. Grayscale: #727272. Windows color (decimal): -3913604 or 8145092. OLE color: 8145092.

HSL color Cylindrical-coordinate representation of color #C4487C: hue angle of 334.84º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4487C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 124 -
CMYK 0 0.63 0.37 0.23
HSL 334.84º 0.51% 0.53% -
HSV(B) 334.84º 0.63% 0.77% -
XYZ 28.72 17.83 21 -
YUV 115 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 196 72 124 0 0.63 0.37 0.23 334.84 0.51 0.53
Hex C4 48 7C 0 3F 25 17 14F 33 35
Octal 304 110 174 0 77 45 27 517 63 65
Binary 11000100 1001000 1111100 0 111111 100101 10111 101001111 110011 110101

Color Harmonies of #C4487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4487C

Black with #C4487C

Text Example


Text Example

White with #C4487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4487C; }

 p { color: rgb(196,72,124); }

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

background-color css

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

 a { background-color: rgb(196,72,124); }

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

border-color css

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

 span { border-color: rgb(196,72,124); }

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