Html Css Color HEX #C44072 Royal Heath

📋 copy color: '#C44072'

red 196 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #C44072

Tints of Royal Heath #C44072

RGB

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

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

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

R = 52.41%
G = 17.11%
B = 30.48%

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

#C44072 (or 0xC44072) is known color: Royal Heath. HEX triplet: C4, 40 and 72. RGB value is (196,64,114). Sum of RGB (Red+Green+Blue) = 196+64+114=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C44072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44072 is #3BBF8D. Grayscale: #6D6D6D. Windows color (decimal): -3915662 or 7487684. OLE color: 7487684.

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

Color convert

RGB 196 64 114 -
CMYK 0 0.67 0.42 0.23
HSL 337.27º 0.53% 0.51% -
HSV(B) 337.27º 0.67% 0.77% -
XYZ 27.64 16.62 17.67 -
YUV 109.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 196 64 114 0 0.67 0.42 0.23 337.27 0.53 0.51
Hex C4 40 72 0 43 2A 17 151 35 33
Octal 304 100 162 0 103 52 27 521 65 63
Binary 11000100 1000000 1110010 0 1000011 101010 10111 101010001 110101 110011

Color Harmonies of #C44072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44072

Black with #C44072

Text Example


Text Example

White with #C44072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44072; }

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

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

background-color css

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

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

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

border-color css

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

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

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