Html Css Color HEX #C44F7B Royal Heath

📋 copy color: '#C44F7B'

red 196 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #C44F7B

Tints of Royal Heath #C44F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 49.25%
G = 19.85%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C44F7B (or 0xC44F7B) is known color: Royal Heath. HEX triplet: C4, 4F and 7B. RGB value is (196,79,123). Sum of RGB (Red+Green+Blue) = 196+79+123=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F7B is #3BB084. Grayscale: #767676. Windows color (decimal): -3911813 or 8081348. OLE color: 8081348.

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

Color convert

RGB 196 79 123 -
CMYK 0 0.60 0.37 0.23
HSL 337.44º 0.5% 0.54% -
HSV(B) 337.44º 0.6% 0.77% -
XYZ 29.14 18.76 20.82 -
YUV 119 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 196 79 123 0 0.60 0.37 0.23 337.44 0.5 0.54
Hex C4 4F 7B 0 3C 25 17 151 32 36
Octal 304 117 173 0 74 45 27 521 62 66
Binary 11000100 1001111 1111011 0 111100 100101 10111 101010001 110010 110110

Color Harmonies of #C44F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F7B

Black with #C44F7B

Text Example


Text Example

White with #C44F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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