Html Css Color HEX #C43870 Royal Heath

📋 copy color: '#C43870'

red 196 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #C43870

Tints of Royal Heath #C43870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 53.85%
G = 15.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43870 (or 0xC43870) is known color: Royal Heath. HEX triplet: C4, 38 and 70. RGB value is (196,56,112). Sum of RGB (Red+Green+Blue) = 196+56+112=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43870 is #3BC78F. Grayscale: #686868. Windows color (decimal): -3917712 or 7354564. OLE color: 7354564.

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

Color convert

RGB 196 56 112 -
CMYK 0 0.71 0.43 0.23
HSL 336º 0.56% 0.49% -
HSV(B) 336º 0.71% 0.77% -
XYZ 27.1 15.73 16.94 -
YUV 104.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 196 56 112 0 0.71 0.43 0.23 336 0.56 0.49
Hex C4 38 70 0 47 2B 17 150 38 31
Octal 304 70 160 0 107 53 27 520 70 61
Binary 11000100 111000 1110000 0 1000111 101011 10111 101010000 111000 110001

Color Harmonies of #C43870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43870

Black with #C43870

Text Example


Text Example

White with #C43870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43870; }

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

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

background-color css

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

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

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

border-color css

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

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

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