#C3346F

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

Shades of Royal Heath #C3346F

Tints of Royal Heath #C3346F

Color information

#C3346F (or 0xC3346F) is unknown color: approx Royal Heath. HEX triplet: C3, 34 and 6F. RGB value is (195,52,111). Sum of RGB (Red+Green+Blue) = 195+52+111=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3346F is #3CCB90. Grayscale: #656565. Windows color (decimal): -3984273 or 7288003. OLE color: 7288003.

HSL color Cylindrical-coordinate representation of color #C3346F: hue angle of 335.24º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3346F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19552111-
CMYK00.730.430.24
HSL335.24º57.89%48.43%-
HSV(B)335.24º73.33%76.47%-
XYZ26.615.2116.57-
YUV101.48133.38194.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.47%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=54.47%
G=14.53%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955211100.730.430.24335.2457.8948.43
HexC3346F0492B1814f3a30
Octal30364157011153305177260
Binary1100001111010011011110100100110101111000101001111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3346F; }

 p { color: rgb(195,52,111); }

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

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

 a { background-color: rgb(195,52,111); }

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

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

 span { border-color: rgb(195,52,111); }

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