Html Css Color HEX #C44470 Royal Heath

📋 copy color: '#C44470'

red 196 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #C44470

Tints of Royal Heath #C44470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 52.13%
G = 18.09%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44470 (or 0xC44470) is known color: Royal Heath. HEX triplet: C4, 44 and 70. RGB value is (196,68,112). Sum of RGB (Red+Green+Blue) = 196+68+112=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C44470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44470 is #3BBB8F. Grayscale: #6F6F6F. Windows color (decimal): -3914640 or 7357636. OLE color: 7357636.

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

Color convert

RGB 196 68 112 -
CMYK 0 0.65 0.43 0.23
HSL 339.38º 0.52% 0.52% -
HSV(B) 339.38º 0.65% 0.77% -
XYZ 27.76 17.04 17.16 -
YUV 111.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 196 68 112 0 0.65 0.43 0.23 339.38 0.52 0.52
Hex C4 44 70 0 41 2B 17 153 34 34
Octal 304 104 160 0 101 53 27 523 64 64
Binary 11000100 1000100 1110000 0 1000001 101011 10111 101010011 110100 110100

Color Harmonies of #C44470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44470

Black with #C44470

Text Example


Text Example

White with #C44470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44470; }

 p { color: rgb(196,68,112); }

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

background-color css

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

 a { background-color: rgb(196,68,112); }

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

border-color css

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

 span { border-color: rgb(196,68,112); }

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