Html Css Color HEX #C44D7A Royal Heath

📋 copy color: '#C44D7A'

red 196 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #C44D7A

Tints of Royal Heath #C44D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 49.62%
G = 19.49%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C44D7A (or 0xC44D7A) is known color: Royal Heath. HEX triplet: C4, 4D and 7A. RGB value is (196,77,122). Sum of RGB (Red+Green+Blue) = 196+77+122=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D7A is #3BB285. Grayscale: #757575. Windows color (decimal): -3912326 or 8015300. OLE color: 8015300.

HSL color Cylindrical-coordinate representation of color #C44D7A: hue angle of 337.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D7A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 122 -
CMYK 0 0.61 0.38 0.23
HSL 337.31º 0.5% 0.54% -
HSV(B) 337.31º 0.61% 0.77% -
XYZ 28.93 18.45 20.45 -
YUV 117.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 196 77 122 0 0.61 0.38 0.23 337.31 0.5 0.54
Hex C4 4D 7A 0 3D 26 17 151 32 36
Octal 304 115 172 0 75 46 27 521 62 66
Binary 11000100 1001101 1111010 0 111101 100110 10111 101010001 110010 110110

Color Harmonies of #C44D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D7A

Black with #C44D7A

Text Example


Text Example

White with #C44D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D7A; }

 p { color: rgb(196,77,122); }

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

background-color css

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

 a { background-color: rgb(196,77,122); }

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

border-color css

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

 span { border-color: rgb(196,77,122); }

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