Html Css Color HEX #C44572 Royal Heath

📋 copy color: '#C44572'

red 196 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #C44572

Tints of Royal Heath #C44572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 51.72%
G = 18.21%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44572 (or 0xC44572) is known color: Royal Heath. HEX triplet: C4, 45 and 72. RGB value is (196,69,114). Sum of RGB (Red+Green+Blue) = 196+69+114=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44572 is #3BBA8D. Grayscale: #707070. Windows color (decimal): -3914382 or 7488964. OLE color: 7488964.

HSL color Cylindrical-coordinate representation of color #C44572: hue angle of 338.74º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44572 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 114 -
CMYK 0 0.65 0.42 0.23
HSL 338.74º 0.52% 0.52% -
HSV(B) 338.74º 0.65% 0.77% -
XYZ 27.93 17.21 17.77 -
YUV 112.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 196 69 114 0 0.65 0.42 0.23 338.74 0.52 0.52
Hex C4 45 72 0 41 2A 17 153 34 34
Octal 304 105 162 0 101 52 27 523 64 64
Binary 11000100 1000101 1110010 0 1000001 101010 10111 101010011 110100 110100

Color Harmonies of #C44572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44572

Black with #C44572

Text Example


Text Example

White with #C44572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44572; }

 p { color: rgb(196,69,114); }

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

background-color css

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

 a { background-color: rgb(196,69,114); }

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

border-color css

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

 span { border-color: rgb(196,69,114); }

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