Html Css Color HEX #C44172 Royal Heath

📋 copy color: '#C44172'

red 196 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C44172

Tints of Royal Heath #C44172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

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

R = 52.27%
G = 17.33%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44172 (or 0xC44172) is known color: Royal Heath. HEX triplet: C4, 41 and 72. RGB value is (196,65,114). Sum of RGB (Red+Green+Blue) = 196+65+114=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C44172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44172 is #3BBE8D. Grayscale: #6D6D6D. Windows color (decimal): -3915406 or 7487940. OLE color: 7487940.

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

Color convert

RGB 196 65 114 -
CMYK 0 0.67 0.42 0.23
HSL 337.56º 0.53% 0.51% -
HSV(B) 337.56º 0.67% 0.77% -
XYZ 27.69 16.73 17.69 -
YUV 109.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 196 65 114 0 0.67 0.42 0.23 337.56 0.53 0.51
Hex C4 41 72 0 43 2A 17 152 35 33
Octal 304 101 162 0 103 52 27 522 65 63
Binary 11000100 1000001 1110010 0 1000011 101010 10111 101010010 110101 110011

Color Harmonies of #C44172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44172

Black with #C44172

Text Example


Text Example

White with #C44172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44172; }

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

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

background-color css

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

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

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

border-color css

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

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

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