#C43670

Color #C43670 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C43670

Tints of Royal Heath #C43670

Color information

#C43670 (or 0xC43670) is unknown color: approx Royal Heath. HEX triplet: C4, 36 and 70. RGB value is (196,54,112). Sum of RGB (Red+Green+Blue) = 196+54+112=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43670 is #3BC98F. Grayscale: #666666. Windows color (decimal): -3918224 or 7354052. OLE color: 7354052.

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

Color convert

RGB19654112-
CMYK00.720.430.23
HSL335.49º56.8%49.02%-
HSV(B)335.49º72.45%76.86%-
XYZ27.0115.5416.91-
YUV103.07133.04194.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 54 (21.48% from 255) = 14.92%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=54.14%
G=14.92%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965411200.720.430.23335.4956.849.02
HexC436700482B1714f3931
Octal30466160011053275177161
Binary1100010011011011100000100100010101110111101001111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43670; }

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

 H1.HeaderClassName
 {
   color: #C43670;
 }
 .AnyTagClassName
 {
   color: #C43670;
 }
</style>
background-color css

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

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

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

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

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

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