Html Css Color HEX #C43770 Royal Heath

📋 copy color: '#C43770'

red 196 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #C43770

Tints of Royal Heath #C43770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.15%

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

R = 53.99%
G = 15.15%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43770 (or 0xC43770) is known color: Royal Heath. HEX triplet: C4, 37 and 70. RGB value is (196,55,112). Sum of RGB (Red+Green+Blue) = 196+55+112=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43770 is #3BC88F. Grayscale: #676767. Windows color (decimal): -3917968 or 7354308. OLE color: 7354308.

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

Color convert

RGB 196 55 112 -
CMYK 0 0.72 0.43 0.23
HSL 335.74º 0.56% 0.49% -
HSV(B) 335.74º 0.72% 0.77% -
XYZ 27.06 15.64 16.92 -
YUV 103.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 196 55 112 0 0.72 0.43 0.23 335.74 0.56 0.49
Hex C4 37 70 0 48 2B 17 150 38 31
Octal 304 67 160 0 110 53 27 520 70 61
Binary 11000100 110111 1110000 0 1001000 101011 10111 101010000 111000 110001

Color Harmonies of #C43770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43770

Black with #C43770

Text Example


Text Example

White with #C43770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43770; }

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

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

background-color css

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

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

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

border-color css

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

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

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