#C43D6E

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

Shades of Royal Heath #C43D6E

Tints of Royal Heath #C43D6E

Color information

#C43D6E (or 0xC43D6E) is unknown color: approx Royal Heath. HEX triplet: C4, 3D and 6E. RGB value is (196,61,110). Sum of RGB (Red+Green+Blue) = 196+61+110=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D6E is #3BC291. Grayscale: #6A6A6A. Windows color (decimal): -3916434 or 7224772. OLE color: 7224772.

HSL color Cylindrical-coordinate representation of color #C43D6E: hue angle of 338.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D6E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19661110-
CMYK00.690.440.23
HSL338.22º53.36%50.39%-
HSV(B)338.22º68.88%76.86%-
XYZ27.2516.216.44-
YUV106.95129.73191.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=53.41%
G=16.62%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966111000.690.440.23338.2253.3650.39
HexC43D6E0452C171523532
Octal30475156010554275226562
Binary1100010011110111011100100010110110010111101010010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43D6E; }

 p { color: rgb(196,61,110); }

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

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

 a { background-color: rgb(196,61,110); }

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

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

 span { border-color: rgb(196,61,110); }

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