Html Css Color HEX #C44170 Royal Heath

📋 copy color: '#C44170'

red 196 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #C44170

Tints of Royal Heath #C44170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 52.55%
G = 17.43%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C44170 (or 0xC44170) is known color: Royal Heath. HEX triplet: C4, 41 and 70. RGB value is (196,65,112). Sum of RGB (Red+Green+Blue) = 196+65+112=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C44170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44170 is #3BBE8F. Grayscale: #6D6D6D. Windows color (decimal): -3915408 or 7356868. OLE color: 7356868.

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

Color convert

RGB 196 65 112 -
CMYK 0 0.67 0.43 0.23
HSL 338.47º 0.53% 0.51% -
HSV(B) 338.47º 0.67% 0.77% -
XYZ 27.58 16.69 17.1 -
YUV 109.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 196 65 112 0 0.67 0.43 0.23 338.47 0.53 0.51
Hex C4 41 70 0 43 2B 17 152 35 33
Octal 304 101 160 0 103 53 27 522 65 63
Binary 11000100 1000001 1110000 0 1000011 101011 10111 101010010 110101 110011

Color Harmonies of #C44170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44170

Black with #C44170

Text Example


Text Example

White with #C44170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44170; }

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

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

background-color css

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

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

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

border-color css

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

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

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