Html Css Color HEX #C44370 Royal Heath

📋 copy color: '#C44370'

red 196 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #C44370

Tints of Royal Heath #C44370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 52.27%
G = 17.87%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44370 (or 0xC44370) is known color: Royal Heath. HEX triplet: C4, 43 and 70. RGB value is (196,67,112). Sum of RGB (Red+Green+Blue) = 196+67+112=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C44370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44370 is #3BBC8F. Grayscale: #6E6E6E. Windows color (decimal): -3914896 or 7357380. OLE color: 7357380.

HSL color Cylindrical-coordinate representation of color #C44370: hue angle of 339.07º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44370 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 112 -
CMYK 0 0.66 0.43 0.23
HSL 339.07º 0.52% 0.52% -
HSV(B) 339.07º 0.66% 0.77% -
XYZ 27.7 16.92 17.14 -
YUV 110.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 196 67 112 0 0.66 0.43 0.23 339.07 0.52 0.52
Hex C4 43 70 0 42 2B 17 153 34 34
Octal 304 103 160 0 102 53 27 523 64 64
Binary 11000100 1000011 1110000 0 1000010 101011 10111 101010011 110100 110100

Color Harmonies of #C44370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44370

Black with #C44370

Text Example


Text Example

White with #C44370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44370; }

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

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

background-color css

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

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

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

border-color css

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

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

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