Html Css Color HEX #C44071 Royal Heath

📋 copy color: '#C44071'

red 196 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #C44071

Tints of Royal Heath #C44071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 52.55%
G = 17.16%
B = 30.29%

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

#C44071 (or 0xC44071) is known color: Royal Heath. HEX triplet: C4, 40 and 71. RGB value is (196,64,113). Sum of RGB (Red+Green+Blue) = 196+64+113=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C44071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44071 is #3BBF8E. Grayscale: #6C6C6C. Windows color (decimal): -3915663 or 7422148. OLE color: 7422148.

HSL color Cylindrical-coordinate representation of color #C44071: hue angle of 337.73º 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 #C44071 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 113 -
CMYK 0 0.67 0.42 0.23
HSL 337.73º 0.53% 0.51% -
HSV(B) 337.73º 0.67% 0.77% -
XYZ 27.58 16.59 17.37 -
YUV 109.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 196 64 113 0 0.67 0.42 0.23 337.73 0.53 0.51
Hex C4 40 71 0 43 2A 17 152 35 33
Octal 304 100 161 0 103 52 27 522 65 63
Binary 11000100 1000000 1110001 0 1000011 101010 10111 101010010 110101 110011

Color Harmonies of #C44071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44071

Black with #C44071

Text Example


Text Example

White with #C44071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44071; }

 p { color: rgb(196,64,113); }

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

background-color css

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

 a { background-color: rgb(196,64,113); }

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

border-color css

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

 span { border-color: rgb(196,64,113); }

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