Html Css Color HEX #C44670 Royal Heath

📋 copy color: '#C44670'

red 196 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #C44670

Tints of Royal Heath #C44670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 51.85%
G = 18.52%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44670 (or 0xC44670) is known color: Royal Heath. HEX triplet: C4, 46 and 70. RGB value is (196,70,112). Sum of RGB (Red+Green+Blue) = 196+70+112=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44670 is #3BB98F. Grayscale: #707070. Windows color (decimal): -3914128 or 7358148. OLE color: 7358148.

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

Color convert

RGB 196 70 112 -
CMYK 0 0.64 0.43 0.23
HSL 340º 0.52% 0.52% -
HSV(B) 340º 0.64% 0.77% -
XYZ 27.88 17.29 17.2 -
YUV 112.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 196 70 112 0 0.64 0.43 0.23 340 0.52 0.52
Hex C4 46 70 0 40 2B 17 154 34 34
Octal 304 106 160 0 100 53 27 524 64 64
Binary 11000100 1000110 1110000 0 1000000 101011 10111 101010100 110100 110100

Color Harmonies of #C44670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44670

Black with #C44670

Text Example


Text Example

White with #C44670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44670; }

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

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

background-color css

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

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

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

border-color css

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

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

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