Html Css Color HEX #C44078 Royal Heath

📋 copy color: '#C44078'

red 196 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #C44078

Tints of Royal Heath #C44078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 51.58%
G = 16.84%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C44078 (or 0xC44078) is known color: Royal Heath. HEX triplet: C4, 40 and 78. RGB value is (196,64,120). Sum of RGB (Red+Green+Blue) = 196+64+120=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C44078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44078 is #3BBF87. Grayscale: #6D6D6D. Windows color (decimal): -3915656 or 7880900. OLE color: 7880900.

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

Color convert

RGB 196 64 120 -
CMYK 0 0.67 0.39 0.23
HSL 334.55º 0.53% 0.51% -
HSV(B) 334.55º 0.67% 0.77% -
XYZ 27.99 16.76 19.53 -
YUV 109.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 196 64 120 0 0.67 0.39 0.23 334.55 0.53 0.51
Hex C4 40 78 0 43 27 17 14F 35 33
Octal 304 100 170 0 103 47 27 517 65 63
Binary 11000100 1000000 1111000 0 1000011 100111 10111 101001111 110101 110011

Color Harmonies of #C44078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44078

Black with #C44078

Text Example


Text Example

White with #C44078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44078; }

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

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

background-color css

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

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

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

border-color css

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

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

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